Skip to content

Commit

Permalink
Merge pull request #78 from maykinmedia/release-0-28
Browse files Browse the repository at this point in the history
🔖 Prepare release 0.28.0
  • Loading branch information
sergei-maertens authored Jan 11, 2024
2 parents cd2e952 + d16366d commit 4c1632d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 0.27.0
current_version = 0.28.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
21 changes: 15 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
Changes
=======

0.28.x (TBD)
------------
0.28.0 (2024-01-11)
-------------------

💥 Breaking changes release!

* ``zgw_consumers`` now recommends using ``ape-pie`` as an HTTP client. The old ``ZGWClient``
is still made available under the ``zgw_consumers.legacy`` module, it is planned to be removed
in the next major version.
* ``zgw_consumers`` now recommends using ``ape-pie`` as an HTTP client. The
old ``ZGWClient`` is still made available under the
``zgw_consumers.legacy`` module. It is planned to be removed in the next
major version.
* Bump the minimum supported Python version to ``3.10``.
* Some dependencies that were installed by default are now moved to the
``testutils`` extra dependency group.

Bugfixes and other cleanups

* 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
* Fixed an issue that could lead to an infinite loop while parsing response
from ZTC services.
* Fixed zaaktype field crashing if the Catalogi API spec uses non-standard
operation ID's.

0.27.0 (2023-10-10)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zgw_consumers/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4c1632d

Please sign in to comment.