From 0189aceea660d2f4774d238397365f17adeb354a Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Tue, 2 Jul 2024 12:58:16 +0200 Subject: [PATCH] :bookmark: Bump to 0.16.0 and update changelog --- CHANGELOG.rst | 8 ++++++++ README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 663c507..b1e4ed5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +0.16.0 (2024-07-02) +=================== + +Small iteration on OIDC integration. + +* Removed the ``oidc_exempt_urls`` fields from the configuration models, following the + change in ``mozilla-django-oidc-db``. + 0.15.0 (2024-06-24) =================== diff --git a/README.rst b/README.rst index 8226954..f2389d3 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.15.0 +:Version: 0.16.0 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands diff --git a/docs/conf.py b/docs/conf.py index 99a3922..3c12b2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,7 +33,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.15.0" +release = "0.16.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9bafbc2..7c29787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-digid-eherkenning" -version = "0.15.0" +version = "0.16.0" description = "A Django app for DigiD/eHerkenning authentication flows" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -95,7 +95,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.15.0" +current_version = "0.16.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},