From e2279d6d2fe594a9ba18774e557a0cfc9e84de30 Mon Sep 17 00:00:00 2001 From: ix5 Date: Sat, 23 Apr 2022 22:59:35 +0200 Subject: [PATCH] Prepare release 0.12.6.1 - hotfix release Fix compatibility with werkzeug 2.1+ --- CHANGES.rst | 11 +++++++++++ apidoc.json | 2 +- setup.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1196fd8ad..36181ae5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,17 @@ Changelog for Isso %(version)s (%(date)s) +0.12.6.2 (2022-04-23) +--------------------- + +- Hotfix release to note compatibility with werkzeug 2.1+ + +0.12.6.1 (2022-03-20) +--------------------- + +- Hotfix release to restore position of Postbox before comments + (#815, ix5) + 0.12.6 (2022-03-06) ------------------- diff --git a/apidoc.json b/apidoc.json index 6bbc1d370..45724095f 100644 --- a/apidoc.json +++ b/apidoc.json @@ -2,7 +2,7 @@ "name": "isso", "description": "a Disqus alternative", "title": "isso API", - "version": "0.12.6", + "version": "0.12.6.2", "order": ["Thread", "Comment"], "template": { "withCompare": false diff --git a/setup.py b/setup.py index 59434e97e..76a01e314 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='isso', - version='0.12.6', + version='0.12.6.2', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),