We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b783c commit b881a96Copy full SHA for b881a96
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.8.2
+current_version = 1.9.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
@@ -8,3 +8,4 @@ tag_name = {new_version}
8
9
[bdist_wheel]
10
universal = 1
11
+
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.8.2'
+__version__ = '1.9.0'
6
def register(
0 commit comments