From 152e5196dd8f5133cfdb6465cb0acab711c52ef4 Mon Sep 17 00:00:00 2001 From: JacksonMaxfield Date: Mon, 7 Mar 2022 09:58:39 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.6=20=E2=86=92=203.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cdp_backend/version.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdp_backend/version.py b/cdp_backend/version.py index 6e46d3b2..19b5355e 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.6" +__version__ = "3.0.7" diff --git a/setup.cfg b/setup.cfg index f03d733f..d0f0125e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.6 +current_version = 3.0.7 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} commit = True diff --git a/setup.py b/setup.py index 5a29d5be..62599abf 100644 --- a/setup.py +++ b/setup.py @@ -153,6 +153,6 @@ url="https://github.com/CouncilDataProject/cdp-backend", # Do not edit this string manually, always use bump2version # Details in CONTRIBUTING.rst - version="3.0.6", + version="3.0.7", zip_safe=False, )