From a19a4ba8e588c13aba7d70e7927918a53051a748 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Mon, 2 Dec 2024 10:49:22 +0100 Subject: [PATCH] :bookmark: Release version 0.36.0 --- CHANGELOG.rst | 7 +++++++ README.rst | 2 +- pyproject.toml | 4 ++-- zgw_consumers/locale/nl/LC_MESSAGES/django.po | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index efa798b..f911d8a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changes ======= +0.36.0 (2024-11-02) +------------------- + +Small feature release that provides an optional dependency via ``zgw-consumers[setup-configuration]`` + +* Add a ``django-setup-configuration`` ``ConfigurationStep`` that configures any number of ``Service``s from a YAML file + 0.35.1 (2024-08-15) ------------------- diff --git a/README.rst b/README.rst index aa668c1..a03cc8f 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Welcome to ZGW Consumers' documentation! ======================================== -:Version: 0.35.1 +:Version: 0.36.0 :Source: https://github.com/maykinmedia/zgw-consumers :Keywords: OpenAPI, Zaakgericht Werken, Common Ground, NLX diff --git a/pyproject.toml b/pyproject.toml index f968784..ce26b0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "zgw-consumers" -version = "0.35.1" +version = "0.36.0" description = "Configuration for service (OpenAPI 3 or other) consumers" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -107,7 +107,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.35.1" +current_version = "0.36.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"}, diff --git a/zgw_consumers/locale/nl/LC_MESSAGES/django.po b/zgw_consumers/locale/nl/LC_MESSAGES/django.po index e4997fe..88ad72f 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.34.0\n" +"Project-Id-Version: 0.36.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-08-13 18:00+0200\n" "PO-Revision-Date: 2022-05-17 09:40+02:00\n"