We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1ede6 commit 152e519Copy full SHA for 152e519
cdp_backend/version.py
@@ -3,4 +3,4 @@
3
4
# Do not edit this string manually, always use bump2version
5
# Details in CONTRIBUTING.md
6
-__version__ = "3.0.6"
+__version__ = "3.0.7"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.6
+current_version = 3.0.7
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
setup.py
@@ -153,6 +153,6 @@
153
url="https://github.com/CouncilDataProject/cdp-backend",
154
155
# Details in CONTRIBUTING.rst
156
- version="3.0.6",
+ version="3.0.7",
157
zip_safe=False,
158
)
0 commit comments