Skip to content

Commit e5f44b8

Browse files
Bump version: 0.2.0-dev → 0.2.0-hh
1 parent dac2684 commit e5f44b8

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.0-dev
4+
current_version = 0.2.0-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.0-dev'
1+
__version__ = '0.2.0-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.0-dev
4+
sonar.projectVersion=0.2.0-hh
55

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

0 commit comments

Comments
 (0)