We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826c006 commit 8d99af6Copy full SHA for 8d99af6
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.7"
+__version__ = "3.0.8"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.7
+current_version = 3.0.8
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.7",
+ version="3.0.8",
157
zip_safe=False,
158
)
0 commit comments