From 70741df94ccbe77d27182853f51cc3298c90bec6 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Wed, 8 Jan 2025 12:44:54 +0100 Subject: [PATCH] :bookmark: Bump to 0.19.1 and update changelog --- CHANGELOG.rst | 9 +++++++++ README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 6 +++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b3f3fe..23d0b65 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +0.19.1 (2025-01-08) +=================== + +Small patch release. + +* Fixed new-migration check because of outdated help text. +* Added the option to validate redirect URIs in the DigiD mock, mostly to avoid + unproductive discussions with auditors. + 0.19.0 (2025-01-08) =================== diff --git a/README.rst b/README.rst index b0ad005..5cea39e 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.19.0 +:Version: 0.19.1 :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 e6815e1..3a5f1be 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.19.0" +release = "0.19.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 61239c4..8c612aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-digid-eherkenning" -version = "0.19.0" +version = "0.19.1" description = "A Django app for DigiD/eHerkenning authentication flows" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -46,7 +46,7 @@ Changelog = "https://github.com/maykinmedia/django-digid-eherkenning/blob/master [project.optional-dependencies] oidc = [ - "mozilla-django-oidc-db>=0.19.0", + "mozilla-django-oidc-db>=0.19.1", ] tests = [ "django-test-migrations", @@ -96,7 +96,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.19.0" +current_version = "0.19.1" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},