Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3-hh
current_version = 0.2.3
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.3-hh'
__version__ = '0.2.3'

from consul.base import ACLDisabled # noqa
from consul.base import ACLPermissionDenied # noqa
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run_tests(self):


setup(
name='python-consul2',
name='python-consul2-hh',
version=metadata['version'],
author='yan.gao',
author_email='373251686@qq.com',
Expand Down
4 changes: 2 additions & 2 deletions 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.3-hh
sonar.projectName=Python Consul2 HH
sonar.projectVersion=0.2.3

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