diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1f83bc4..8db5eb1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.17.0 +current_version = 0.18.0 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e93404..94816d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ Changelog ========= -0.18.0 (2024-06-1?) +0.18.0 (2024-06-12) =================== Small feature release diff --git a/README.rst b/README.rst index 47b914f..65654f9 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ mozilla-django-oidc-db ====================== -:Version: 0.17.0 +:Version: 0.18.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 a126c1a..f857e77 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.17.0" +release = "0.18.0" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 7f80506..16b6cdd 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.17.0 +version = 0.18.0 description = A database-backed configuration for mozilla-django-oidc long_description = file: README.rst url = https://github.com/maykinmedia/mozilla-django-oidc-db