From 1acb9d02567c699775dc43a4667178ac03b32fd0 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:46:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20release=200.28.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 7 ++++--- README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- zgw_consumers/locale/nl/LC_MESSAGES/django.po | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index af603b7..2927c8c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.27.0 +current_version = 0.28.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.dev(?P\d+))? serialize = {major}.{minor}.{patch}.dev{dev} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fd66f6..7b44386 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changes ======= -0.28.x (TBD) ------------- +0.28.0 (2023-12-12) +------------------- 💥 Breaking changes release! @@ -11,7 +11,8 @@ Changes in the next major version. * Bump the minimum supported Python version to ``3.10``. * Added a ``ServiceFactory`` in the ``zgw_consumers.test.factories`` module. -* Some depedencies that were installed by default are now moved to the ``testutils`` extra depedency group +* Some dependencies that were installed by default are now moved to the ``testutils`` extra depedency group/ +* Fixed an issue that could lead to an infinite loop while parsing response from ZTC services. 0.27.0 (2023-10-10) ------------------- diff --git a/README.rst b/README.rst index 83349a0..f51c4b0 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Welcome to ZGW Consumers' documentation! ======================================== -:Version: 0.27.0 +:Version: 0.28.0 :Source: https://github.com/maykinmedia/zgw-consumers :Keywords: OpenAPI, Zaakgericht Werken, Common Ground, NLX diff --git a/docs/conf.py b/docs/conf.py index 32fab8f..ab1a7d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.27.0" +release = "0.28.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 4bc8081..c81cded 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = zgw-consumers -version = 0.27.0 +version = 0.28.0 description = Configuration for service (OpenAPI 3 or other) consumers long_description = file: README.rst url = https://github.com/maykinmedia/zgw-consumers diff --git a/zgw_consumers/locale/nl/LC_MESSAGES/django.po b/zgw_consumers/locale/nl/LC_MESSAGES/django.po index f9fe1a8..6b54971 100644 --- a/zgw_consumers/locale/nl/LC_MESSAGES/django.po +++ b/zgw_consumers/locale/nl/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 0.27.0\n" +"Project-Id-Version: 0.28.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-04-04 04:39-0500\n" "PO-Revision-Date: 2022-05-17 09:40+02:00\n"