Skip to content

Commit

Permalink
🔖 Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Mar 10, 2022
1 parent 55fbb56 commit 222d8f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
commit = False
tag = False
current_version = 0.8.0
current_version = 0.9.0

[bumpversion:file:setup.cfg]

[bumpversion:file:README.rst]

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

0.9.0 ()
=========
* Define generic base class for OIDC config fields (`d12bdc`_)
* Customizable SoloModel cache prefix via CachingMixin (`7b0406`_)
* Add views to properly handle admin login failure (`40be1f`_)

.. _d12bdc: https://github.com/maykinmedia/mozilla-django-oidc-db/commit/d12bdcb6a9fcae8279e0696a808c1e52ad4cb7fd
.. _7b0406: https://github.com/maykinmedia/mozilla-django-oidc-db/commit/7b0406101493f35f411508a0b028906ba4d47584
.. _40be1f: https://github.com/maykinmedia/mozilla-django-oidc-db/commit/40be1f535a593197451d6b4e0ae5c13fe07aa3c0

0.8.0 (2022-02-15)
==================
* Allow usage of other config classes in SoloConfigMixin (`3f9c1d`_)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Welcome to mozilla_django_oidc_db's documentation!
==================================================

:Version: 0.8.0
:Version: 0.9.0
:Source: https://github.com/maykinmedia/mozilla-django-oidc-db
:Keywords: OIDC, django, database, authentication
:PythonVersion: 3.7
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
version = 0.9.0
description = A database-backed configuration for mozilla-django-oidc
long_description = file: README.rst
url = https://github.com/maykinmedia/mozilla-django-oidc-db
Expand Down

0 comments on commit 222d8f5

Please sign in to comment.