Skip to content

Commit 31384c9

Browse files
Bump version: 0.2.1-hh-dev → 0.2.1-hh
1 parent 850ec90 commit 31384c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.2.1-hh-dev
4+
current_version = 0.2.1-hh
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}

consul/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.2.1-hh-dev'
1+
__version__ = '0.2.1-hh'
22

33
from consul.base import ACLDisabled # noqa
44
from consul.base import ACLPermissionDenied # noqa

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Required metadata
22
sonar.projectKey=com.github:poppyred:python-consul2
33
sonar.projectName=Python Consul2
4-
sonar.projectVersion=0.2.1-hh-dev
4+
sonar.projectVersion=0.2.1-hh
55

66
# Comma-separated paths to directories with sources (required)
77
sonar.sources=consul

0 commit comments

Comments
 (0)