Skip to content

Commit

Permalink
Prepare release 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ix5 committed Mar 6, 2022
1 parent 8bf8459 commit 76d9a6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
-------------------

Expand Down
1 change: 1 addition & 0 deletions apidoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "isso",
"description": "a Disqus alternative",
"title": "isso API",
"version": "0.12.6",
"order": ["Thread", "Comment"],
"template": {
"withCompare": false
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 76d9a6b

Please sign in to comment.