diff --git a/CHANGES.rst b/CHANGES.rst index de92344d9..1196fd8ad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,12 +3,9 @@ Changelog for Isso %(version)s (%(date)s) -%(version)s (%(date)s) +0.12.6 (2022-03-06) ------------------- -- Don't ignore missing configuration files. - (Jelmer Vernooij) - - Serve isso.css separately to avoid ``style-src: unsafe-inline`` CSP and allow clients to override fetch location (#704, ix5): data-isso-css-url="https://comments.example.org/css/isso.css" @@ -41,6 +38,12 @@ Changelog for Isso - Remove ``ISSO_CORS_ORIGIN`` environ variable, which never worked at all (#803, ix5) +0.12.5 (2021-03-09) +------------------- + +- Don't ignore missing configuration files. + (Jelmer Vernooij) + 0.12.4 (2021-02-03) ------------------- diff --git a/apidoc.json b/apidoc.json index a960a3283..6bbc1d370 100644 --- a/apidoc.json +++ b/apidoc.json @@ -2,6 +2,7 @@ "name": "isso", "description": "a Disqus alternative", "title": "isso API", + "version": "0.12.6", "order": ["Thread", "Comment"], "template": { "withCompare": false diff --git a/setup.py b/setup.py index b0ad7b5d6..e3e4c166e 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='isso', - version='0.12.5', + version='0.12.6', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),