Skip to content

Commit

Permalink
🔖 Bump version to 0.30.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Feb 22, 2024
1 parent 3ed09bc commit e871f2a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 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.29.0
current_version = 0.30.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

0.30.0 (2024-02-22)
-------------------

Feature release

* Added a timeout field (default of 10s) to the service model. The timeout is passed to
the API client when using the ``ape-pie`` integration (
``zgw_consumers.client.ServiceConfigAdapter`` and
``zgw_consumers.client.build_client``).

0.29.0 (2024-02-05)
-------------------
Backwards compatible 'feature' release.
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.29.0
:Version: 0.30.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.29.0"
release = "0.30.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.29.0
version = 0.30.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.29.0\n"
"Project-Id-Version: 0.30.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-22 02:59-0600\n"
"PO-Revision-Date: 2022-05-17 09:40+02:00\n"
Expand Down

0 comments on commit e871f2a

Please sign in to comment.