Skip to content

Commit

Permalink
Bump version: 3.0.3 → 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Feb 14, 2022
1 parent c5c3395 commit 290d573
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# Do not edit this string manually, always use bump2version
# Details in CONTRIBUTING.md
__version__ = "3.0.3"
__version__ = "3.0.4"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.3
current_version = 3.0.4
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
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@
url="https://github.com/CouncilDataProject/cdp-backend",
# Do not edit this string manually, always use bump2version
# Details in CONTRIBUTING.rst
version="3.0.3",
version="3.0.4",
zip_safe=False,
)

0 comments on commit 290d573

Please sign in to comment.