From 650664b9a45eef110673b733af62135b632056ce Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Mon, 23 Oct 2023 11:59:25 +0200 Subject: [PATCH] :bookmark: Bump to 0.9.0 and update changelog --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 14 ++++++++++++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4712e8b..7437c93 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.8.2 +current_version = 0.9.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e38c8a8..9dca893 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,20 @@ Changelog ========= +0.9.0 (2023-10-23) +================== + +Quality of life update + +* [#45] Added automatic metadata retrieval + + * You can now configure a metadata source URL, which will download and process the + metadata automatically. + * Added a management command ``update_stored_metadata`` to refetch the metadata and + process any updates. + +* Added BSN validation to mock login form. + 0.8.2 (2023-09-01) ================== diff --git a/README.rst b/README.rst index 8963b51..3133c15 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.8.2 +:Version: 0.9.0 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands :PythonVersion: 3.7+ diff --git a/docs/conf.py b/docs/conf.py index a075240..bd14d59 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.8.2" +release = "0.9.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index e1d2703..784e8d5 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 = django-digid-eherkenning -version = 0.8.2 +version = 0.9.0 description = A Django app for DigiD/eHerkenning authentication flows long_description = file: README.rst url = https://github.com/maykinmedia/django-digid-eherkenning