Skip to content

Commit

Permalink
up version 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
heruv1m committed Feb 17, 2022
1 parent 34a7394 commit 3340bcd
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.6
current_version = 0.2.7
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.6'
__version__ = '0.2.7'

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 HH
sonar.projectVersion=0.2.6
sonar.projectVersion=0.2.7

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

0 comments on commit 3340bcd

Please sign in to comment.