We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08d044 commit 25dab43Copy full SHA for 25dab43
InvoiceGenerator/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 1, 0)
+VERSION = (1, 2, 0)
2
3
__version__ = VERSION
4
__versionstr__ = '.'.join(map(str, VERSION))
setup.cfg
@@ -1,6 +1,6 @@
[zest.releaser]
python-file-with-version = InvoiceGenerator/__init__.py
-current_version = 1.1.0
+current_version = 1.2.0
commit = True
5
tag = True
6
0 commit comments