We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b041db7 commit 24962dfCopy full SHA for 24962df
3 files changed
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.2.3
+current_version = 0.2.4
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.2.3'
+__version__ = '0.2.4'
from consul.base import ACLDisabled # noqa
from consul.base import ACLPermissionDenied # noqa
sonar-project.properties
# Required metadata
sonar.projectKey=com.github:poppyred:python-consul2
sonar.projectName=Python Consul2 HH
-sonar.projectVersion=0.2.3
+sonar.projectVersion=0.2.4
# Comma-separated paths to directories with sources (required)
sonar.sources=consul
0 commit comments