From 9b287ef3a8fab28dc73bc73195573007ba2117b2 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Tue, 10 Dec 2024 11:42:24 +0100 Subject: [PATCH] :bookmark: Release 0.21.1 --- CHANGELOG.rst | 6 ++++++ README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 686a26d..ed40c84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +0.21.1 (2024-12-10) +=================== + +A bugfix for the django-setup-configuration YAML format: +* Move ``oidc_op_jwks_endpoint`` and ``oidc_op_logout_endpoint`` to the ``endpoint_config`` key + 0.21.0 (2024-12-09) =================== diff --git a/README.rst b/README.rst index cadd350..45d3f11 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ mozilla-django-oidc-db ====================== -:Version: 0.21.0 +:Version: 0.21.1 :Source: https://github.com/maykinmedia/mozilla-django-oidc-db :Keywords: OIDC, django, database, authentication diff --git a/docs/conf.py b/docs/conf.py index 7cb746c..5751f7d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.21.0" +release = "0.21.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 7a45819..dc9f459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mozilla-django-oidc-db" -version = "0.21.0" +version = "0.21.1" description = "A database-backed configuration for mozilla-django-oidc" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -96,7 +96,7 @@ markers = [ ] [tool.bumpversion] -current_version = "0.21.0" +current_version = "0.21.1" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},