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 ce0b09a commit bc4d667Copy full SHA for bc4d667
revisiondict/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'Günther Jena'
4
__email__ = '[email protected]'
5
-__version__ = '0.2.2'
+__version__ = '0.2.3'
6
7
from .revisiondict import RevisionDict
8
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.2.2
+current_version = 0.2.3
commit = True
tag = True
@@ -23,3 +23,4 @@ doctest_optionflags = ELLIPSIS
23
addopts = --cov-report=html --cov-report=term-missing --cov=revisiondict --doctest-modules
24
25
[rstcheck]
26
+
setup.py
@@ -42,6 +42,6 @@
42
test_suite='tests',
43
tests_require=test_requirements,
44
url='https://github.com/semiversus/python-revisiondict',
45
- version='0.2.2',
+ version='0.2.3',
46
zip_safe=False,
47
)
0 commit comments