From 06e3a4e64b75ec0560f4765aa0feefe47fefcfe7 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Fri, 5 Jan 2024 09:16:47 +0100 Subject: [PATCH] :bookmark: Bump version to 0.14.0 and update changelog --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 8 ++++++++ README.rst | 2 +- setup.cfg | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9f980cf..55007e5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.13.0 +current_version = 0.14.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8f240d8..45cd37d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ========= +0.14.0 (2024-01-05) +=================== + +Django 4.2+ compatibility update + +* Replaced django-better-admin-arrayfield with django-jsonform, the former does not work + on modern Django versions. + 0.13.0 (2023-12-21) =================== diff --git a/README.rst b/README.rst index 26a1f98..30fa34a 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Welcome to mozilla_django_oidc_db's documentation! ================================================== -:Version: 0.13.0 +:Version: 0.14.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 51a852e..891e348 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.13.0 +version = 0.14.0 description = A database-backed configuration for mozilla-django-oidc long_description = file: README.rst url = https://github.com/maykinmedia/mozilla-django-oidc-db