We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0748eed commit 7be6a75Copy full SHA for 7be6a75
2 files changed
CHANGES.rst
@@ -1,9 +1,11 @@
1
Changelog for Isso
2
==================
3
4
-0.12.2 (UNRELEASED)
+0.12.2 (2019-01-21)
5
-------------------
6
7
+- Revert use of labels instead of placeholders, since it breaks
8
+ mail notifications. #524
9
10
0.12.1 (2019-01-19)
11
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='isso',
18
- version='0.12.2dev0',
+ version='0.12.2',
19
author='Martin Zimmermann',
20
author_email='info@posativ.org',
21
packages=find_packages(),
0 commit comments