Skip to content

Commit ede007f

Browse files
author
JacksonMaxfield
committed
Bump version: 3.0.4 → 3.0.5
1 parent f953048 commit ede007f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cdp_backend/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Do not edit this string manually, always use bump2version
55
# Details in CONTRIBUTING.md
6-
__version__ = "3.0.4"
6+
__version__ = "3.0.5"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.4
2+
current_version = 3.0.5
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize = {major}.{minor}.{patch}
55
commit = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@
152152
url="https://github.com/CouncilDataProject/cdp-backend",
153153
# Do not edit this string manually, always use bump2version
154154
# Details in CONTRIBUTING.rst
155-
version="3.0.4",
155+
version="3.0.5",
156156
zip_safe=False,
157157
)

0 commit comments

Comments
 (0)