Start on 0.12.3.

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

View File

@ -1,6 +1,9 @@
Changelog for Isso
==================
0.12.3 (UNRELEASED)
-------------------
0.12.2 (2019-01-21)
-------------------

View File

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