From 0a6ae788784c835110e719a125036c7bd554aa43 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 21 Dec 2023 15:35:45 +0100 Subject: [PATCH] :bookmark: Release version 0.13.0 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 9 +++++++++ README.rst | 2 +- setup.cfg | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4667eda..9f980cf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.12.0 +current_version = 0.13.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 04f7cc1..8f240d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +0.13.0 (2023-12-21) +=================== + +* [`#65`_] Add functionality to make users superuser based on groups +* [`#68`_] More clear label/helptext for sync_groups + +.. _#65: https://github.com/maykinmedia/mozilla-django-oidc-db/issues/65 +.. _#68: https://github.com/maykinmedia/mozilla-django-oidc-db/issues/68 + 0.12.0 (2022-12-14) =================== diff --git a/README.rst b/README.rst index 9610c25..26a1f98 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Welcome to mozilla_django_oidc_db's documentation! ================================================== -:Version: 0.12.0 +:Version: 0.13.0 :Source: https://github.com/maykinmedia/mozilla-django-oidc-db :Keywords: OIDC, django, database, authentication :PythonVersion: 3.7 diff --git a/setup.cfg b/setup.cfg index 8b4bb48..c3584d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files [metadata] name = mozilla-django-oidc-db -version = 0.12.0 +version = 0.13.0 description = A database-backed configuration for mozilla-django-oidc long_description = file: README.rst url = https://github.com/maykinmedia/mozilla-django-oidc-db