Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.25.0 (2025-08-08)
===================

Minor changes:

* Added the template tag `get_oidc_admin_client` to retrieve the admin `OIDCClient` in templates.
* Add Ruff for development and CI, format code and exclude linting changes from git blame.
* Fix broken post migrate hook.
* Updated the documentation to reflect the new state of the project after the big refactor.

0.24.0 (2025-08-01)
===================

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.24.0
:Version: 0.25.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.24.0"
release = "0.25.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.24.0"
version = "0.25.0"
description = "A database-backed configuration for mozilla-django-oidc"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -84,7 +84,7 @@ markers = [
]

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