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 aacc740 commit c4700c9Copy full SHA for c4700c9
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.6.0-dev20
+current_version = 2.6.0-dev21
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
@@ -7,7 +7,7 @@
7
here = os.path.abspath(os.path.dirname(__file__))
8
9
10
-VERSION = '2.6.0-dev20'
+VERSION = '2.6.0-dev21'
11
12
13
0 commit comments