We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c6928 commit dc26d84Copy full SHA for dc26d84
2 files changed
bugzilla/apiversion.py
@@ -7,5 +7,5 @@
7
# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
8
# the full text of the license.
9
10
-version = "2.2.0-dev"
+version = "2.2.0.dev0"
11
__version__ = version
sonar-project.properties
@@ -1,7 +1,7 @@
1
# Required metadata
2
sonar.projectKey=com.github:python-bugzilla:python-bugzilla
3
sonar.projectName=Python Bugzilla
4
-sonar.projectVersion=2.2.0-dev
+sonar.projectVersion=2.2.0.dev0
5
6
# Comma-separated paths to directories with sources (required)
sonar.sources=bugzilla
0 commit comments