From c8b6fcb3739ce3634c91e0ea557e548595f60345 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Tue, 3 Dec 2024 14:49:32 +0100 Subject: [PATCH] :bookmark: Release 0.20.0 --- CHANGELOG.rst | 4 ++-- README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e2d7c9..8a0cf2f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog ========= -0.20.0 (????) -============= +0.20.0 (2024-12-03) +=================== New Features: diff --git a/README.rst b/README.rst index d2c6723..bfc5369 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ mozilla-django-oidc-db ====================== -:Version: 0.19.0 +:Version: 0.20.0 :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 ef70081..2b5c33d 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.19.0" +release = "0.20.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9587023..5d12242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mozilla-django-oidc-db" -version = "0.19.0" +version = "0.20.0" 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.19.0" +current_version = "0.20.0" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},