diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 11e72f1..7b1931e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.5.0 +current_version = 0.6.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa68bcb..a0bb280 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +0.6.0 (2025-02-06) +------------------ + +* Update setup-config docs to use example directive and add extra example values to models + 0.5.0 (2024-12-20) ------------------ diff --git a/README.rst b/README.rst index b78fb68..2c9d5bc 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ notifications-api-common ======================== -:Version: 0.5.0 +:Version: 0.6.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 4c7b39b..a318972 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.5.0" +release = "0.6.0" # -- General configuration --------------------------------------------------- diff --git a/notifications_api_common/locale/en/LC_MESSAGES/django.po b/notifications_api_common/locale/en/LC_MESSAGES/django.po index bce13a4..88a761e 100644 --- a/notifications_api_common/locale/en/LC_MESSAGES/django.po +++ b/notifications_api_common/locale/en/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 0.5.0\n" +"Project-Id-Version: 0.6.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-12-12 15:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/notifications_api_common/locale/nl/LC_MESSAGES/django.po b/notifications_api_common/locale/nl/LC_MESSAGES/django.po index 7d651b0..3ff2415 100644 --- a/notifications_api_common/locale/nl/LC_MESSAGES/django.po +++ b/notifications_api_common/locale/nl/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 0.5.0\n" +"Project-Id-Version: 0.6.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-12-12 15:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/setup.cfg b/setup.cfg index 369c2f6..9118f1c 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.5.0 +version = 0.6.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