diff --git a/CHANGES.rst b/CHANGES.rst index 77ca306..e8f926a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,19 @@ Changelog for Isso ================== -0.11.2 (unreleased) +0.12.0 (2019-01-18) ------------------- -- Don't enable admin interface with default password by default. - (Jelmer Vernooij, #491) +- Fix compatibility with new XML API. +- Don't enable admin interface with default password by default. #491 +- Add support and documentation for "generic" imports. +- Remove potential duplicate slashes in URLs from + email links. #420 +- Add data-isso-reply-notifications to attributes in configuration. +- Use default IP in imports if none is found. Fixes imports of some comments. +- embed: fix feed link creation on older browsers. +- Properly handle to field in mail notifications when using uWSGI spooler +- css: fix vertical alignment of notification checkbox 0.11.1 (2018-11-03) ------------------- diff --git a/setup.py b/setup.py index e1bf643..3601017 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ elif (3, 0) <= sys.version_info < (3, 4): setup( name='isso', - version='0.11.2dev0', + version='0.12.0', author='Martin Zimmermann', author_email='info@posativ.org', packages=find_packages(),