Skip to content

Commit

Permalink
Merge pull request #127 from maykinmedia/release/0.20.1
Browse files Browse the repository at this point in the history
🔖 Release version 0.21.0
  • Loading branch information
stevenbal authored Dec 9, 2024
2 parents 6a4f573 + 10c17d3 commit 19ba313
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

0.21.0 (2024-12-09)
===================

Some changes to prepare the django-setup-configuration YAML format for when support
for multiple configurations is added:
* Add ``identifier`` field to YAML data to setup configuration
* Modify format of YAML data to accept list of configurations

0.20.0 (2024-12-03)
===================

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 @@
mozilla-django-oidc-db
======================

:Version: 0.20.0
:Version: 0.21.0
:Source: https://github.com/maykinmedia/mozilla-django-oidc-db
:Keywords: OIDC, django, database, authentication

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.20.0"
release = "0.21.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mozilla-django-oidc-db"
version = "0.20.0"
version = "0.21.0"
description = "A database-backed configuration for mozilla-django-oidc"
authors = [
{name = "Maykin Media", email = "support@maykinmedia.nl"}
Expand Down Expand Up @@ -96,7 +96,7 @@ markers = [
]

[tool.bumpversion]
current_version = "0.20.0"
current_version = "0.21.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit 19ba313

Please sign in to comment.