Skip to content

Commit dc26d84

Browse files
committed
Change version to 2.2.0.dev0 to shut up distutils
1 parent a2c6928 commit dc26d84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2.0-dev"
10+
version = "2.2.0.dev0"
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.2.0-dev
4+
sonar.projectVersion=2.2.0.dev0
55

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

0 commit comments

Comments
 (0)