diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8d772fa..6ca5e9c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.29.0 +current_version = 0.30.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 043439e..df22cf2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/README.rst b/README.rst index 7d99f8a..9ba880e 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/conf.py b/docs/conf.py index 06099ac..7eb6272 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.29.0" +release = "0.30.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 608be1a..1fe800c 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.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 diff --git a/zgw_consumers/locale/nl/LC_MESSAGES/django.po b/zgw_consumers/locale/nl/LC_MESSAGES/django.po index 555fada..6865ccd 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.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"