diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 76bf387..543f851 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +0.17.1 (2024-07-25) +=================== + +Small bugfix to make sure ``CertificateProblem`` can be pickled. + 0.17.0 (2024-07-24) =================== diff --git a/README.rst b/README.rst index 75257dc..f184d6b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.17.0 +:Version: 0.17.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 d93760d..c13ab22 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.0" +release = "0.17.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 08c8b2b..c0e4618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-digid-eherkenning" -version = "0.17.0" +version = "0.17.1" 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.0" +current_version = "0.17.1" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},