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..bbfc1a1 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 depedencies 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..669b20e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,11 +21,11 @@ # -- Project information ----------------------------------------------------- project = "ZGW Consumers" -copyright = "2022, Maykin Media" +copyright = "2023, Maykin Media" 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"