Preparing

This commit is contained in:
Jelmer Vernooij 2019-01-21 22:24:38 +00:00
parent 0748eedd30
commit 7be6a756a3
No known key found for this signature in database
GPG Key ID: 579C160D4C9E23E8
2 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
Changelog for Isso
==================
0.12.2 (UNRELEASED)
0.12.2 (2019-01-21)
-------------------
- Revert use of labels instead of placeholders, since it breaks
mail notifications. #524
0.12.1 (2019-01-19)
-------------------

View File

@ -15,7 +15,7 @@ elif (3, 0) <= sys.version_info < (3, 4):
setup(
name='isso',
version='0.12.2dev0',
version='0.12.2',
author='Martin Zimmermann',
author_email='info@posativ.org',
packages=find_packages(),