From 8290f1593391c6002f1fcfb1a755aece352abe9a Mon Sep 17 00:00:00 2001 From: Sidney Richards Date: Thu, 12 Dec 2024 15:32:37 +0100 Subject: [PATCH] Release v0.4.0 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 8 ++++++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4b6cc79..25b31cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.3.1 +current_version = 0.4.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9805ab1..1de355a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +0.4.0 (2024-12-12) +------------------ + +* Added an `identifier` field to the ``Subscription`` model +* Introduced support for ``django-setup-configuration`` and added two + `ConfigurationStep` implementations: ``NotificationConfigurationStep`` and + ``NotificationSubscriptionConfigurationStep`` + 0.3.1 (2024-10-27) ------------------ diff --git a/README.rst b/README.rst index 4cfbbb8..b479fb5 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ notifications-api-common ======================== -:Version: 0.3.1 +:Version: 0.4.0 :Source: https://github.com/maykinmedia/notifications-api-common :Keywords: notifications, REST, API, Common Ground, ZGW :PythonVersion: 3.10 diff --git a/docs/conf.py b/docs/conf.py index 68a8585..4099bce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.3.1" +release = "0.4.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 8293a4e..6fd15ee 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 = notifications-api-common -version = 0.3.1 +version = 0.4.0 description = Re-usable integration layer for the Common Ground Notifications API specification. long_description = file: README.rst url = https://github.com/maykinmedia/notifications-api-common