Skip to content

Commit 80eec77

Browse files
committed
Bump version: 2.1.0 → 2.2.0-dev
1 parent 0c83647 commit 80eec77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 2.1.0
4+
current_version = 2.2.0-dev
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}-{release}

bugzilla/apiversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
88
# the full text of the license.
99

10-
version = "2.1.0"
10+
version = "2.2.0-dev"
1111
__version__ = version

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:python-bugzilla:python-bugzilla
33
sonar.projectName=Python Bugzilla
4-
sonar.projectVersion=2.1.0
4+
sonar.projectVersion=2.2.0-dev
55

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

0 commit comments

Comments
 (0)