Skip to content

Commit 152e519

Browse files
author
JacksonMaxfield
committed
Bump version: 3.0.6 → 3.0.7
1 parent 9f1ede6 commit 152e519

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.6"
6+
__version__ = "3.0.7"

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.6
2+
current_version = 3.0.7
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
@@ -153,6 +153,6 @@
153153
url="https://github.com/CouncilDataProject/cdp-backend",
154154
# Do not edit this string manually, always use bump2version
155155
# Details in CONTRIBUTING.rst
156-
version="3.0.6",
156+
version="3.0.7",
157157
zip_safe=False,
158158
)

0 commit comments

Comments
 (0)