Preparing 0.12.0
This commit is contained in:
parent
bd22b0017f
commit
434d0341f6
14
CHANGES.rst
14
CHANGES.rst
@ -1,11 +1,19 @@
|
|||||||
Changelog for Isso
|
Changelog for Isso
|
||||||
==================
|
==================
|
||||||
|
|
||||||
0.11.2 (unreleased)
|
0.12.0 (2019-01-18)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
- Don't enable admin interface with default password by default.
|
- Fix compatibility with new XML API.
|
||||||
(Jelmer Vernooij, #491)
|
- 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)
|
0.11.1 (2018-11-03)
|
||||||
-------------------
|
-------------------
|
||||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ elif (3, 0) <= sys.version_info < (3, 4):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='isso',
|
name='isso',
|
||||||
version='0.11.2dev0',
|
version='0.12.0',
|
||||||
author='Martin Zimmermann',
|
author='Martin Zimmermann',
|
||||||
author_email='info@posativ.org',
|
author_email='info@posativ.org',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
Loading…
Reference in New Issue
Block a user