Skip to content

Commit

Permalink
Bump version: 0.2.1-hh-dev → 0.2.1-hh
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgribanov committed Feb 24, 2021
1 parent 850ec90 commit 31384c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.2.1-hh-dev
current_version = 0.2.1-hh
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion consul/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.1-hh-dev'
__version__ = '0.2.1-hh'

from consul.base import ACLDisabled # noqa
from consul.base import ACLPermissionDenied # noqa
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=com.github:poppyred:python-consul2
sonar.projectName=Python Consul2
sonar.projectVersion=0.2.1-hh-dev
sonar.projectVersion=0.2.1-hh

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

0 comments on commit 31384c9

Please sign in to comment.