diff --git a/cdp_backend/version.py b/cdp_backend/version.py index 251f08a2..af8449ee 100644 --- a/cdp_backend/version.py +++ b/cdp_backend/version.py @@ -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" diff --git a/setup.cfg b/setup.cfg index d58ead2e..86c73504 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.15 +current_version = 3.0.16 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} commit = True diff --git a/setup.py b/setup.py index ef82fe15..65b92464 100644 --- a/setup.py +++ b/setup.py @@ -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, )