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 2c32c67 commit 1c95064Copy full SHA for 1c95064
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.6.0-dev4
+current_version = 2.6.0-dev5
3
commit = False
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -6,7 +6,7 @@
6
7
here = os.path.abspath(os.path.dirname(__file__))
8
9
-VERSION = '2.6.0-dev4'
+VERSION = '2.6.0-dev5'
10
11
12
0 commit comments