From 5d6df08cca069d2a02e6d345ce3bdebf3f198c26 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 26 Jul 2024 16:06:19 +0200 Subject: [PATCH] :bookmark: Bump version to 0.17.2 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 543f851..3350ac1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +0.17.2 (2024-07-26) +=================== + +Bugfix release + +* Fixed invalid key/certificate pairs not being skipped in the certificate selection + process. + 0.17.1 (2024-07-25) =================== diff --git a/README.rst b/README.rst index f184d6b..46fa46f 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.17.1 +:Version: 0.17.2 :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 c13ab22..8ec46fe 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.17.1" +release = "0.17.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c0e4618..aa240dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-digid-eherkenning" -version = "0.17.1" +version = "0.17.2" 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.17.1" +current_version = "0.17.2" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},