Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Prepare release 0.28.0 #78

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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