Skip to content

Commit

Permalink
Bump version: 3.0.15 → 3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed May 24, 2022
1 parent acd91e0 commit 00f9876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdp_backend/version.py
Expand Up @@ -3,4 +3,4 @@

# Do not edit this string manually, always use bump2version
# Details in CONTRIBUTING.md
__version__ = "3.0.15"
__version__ = "3.0.16"
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.15
current_version = 3.0.16
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -154,6 +154,6 @@
url="https://github.com/CouncilDataProject/cdp-backend",
# Do not edit this string manually, always use bump2version
# Details in CONTRIBUTING.rst
version="3.0.15",
version="3.0.16",
zip_safe=False,
)

0 comments on commit 00f9876

Please sign in to comment.