We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3f692 commit 6ab0a86Copy full SHA for 6ab0a86
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.7.0-dev
+current_version = 0.7.0
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
6
serialize =
7
{major}.{minor}.{patch}-{release}
consul/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.7.0-dev'
+__version__ = '0.7.0'
from consul.std import Consul
0 commit comments