Skip to content

Commit f02abcd

Browse files
committed
Bump version: 1.0.1-dev → 1.0.1
1 parent 58f38d4 commit f02abcd

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 = 1.0.1-dev
4+
current_version = 1.0.1
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__ = '1.0.1-dev'
1+
__version__ = '1.0.1'
22

33
from consul.std import Consul
44

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:cablehead:python-consul
33
sonar.projectName=Python Consul
4-
sonar.projectVersion=1.0.1-dev
4+
sonar.projectVersion=1.0.1
55

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

0 commit comments

Comments
 (0)