We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f953048 commit ede007fCopy full SHA for ede007f
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.4"
+__version__ = "3.0.5"
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.4
+current_version = 3.0.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
setup.py
@@ -152,6 +152,6 @@
152
url="https://github.com/CouncilDataProject/cdp-backend",
153
154
# Details in CONTRIBUTING.rst
155
- version="3.0.4",
+ version="3.0.5",
156
zip_safe=False,
157
)
0 commit comments