Skip to content

Commit 5f792ce

Browse files
🔖 Bump to 0.25.2 and update changelog
1 parent 5f4209a commit 5f792ce

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
0.25.2 (2025-11-19)
6+
===================
7+
8+
Hotfix release.
9+
10+
* Fixed OpenID-setting derivation (such as the ``Redirect-URI``) implemented in the
11+
plugin not being respected.
12+
513
0.25.1 (2025-08-25)
614
===================
715

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mozilla-django-oidc-db
88
======================
99

10-
:Version: 0.25.1
10+
:Version: 0.25.2
1111
:Source: https://github.com/maykinmedia/mozilla-django-oidc-db
1212
:Keywords: OIDC, django, database, authentication
1313

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
author = "Maykin Media"
3030

3131
# The full version, including alpha/beta/rc tags
32-
release = "0.25.1"
32+
release = "0.25.2"
3333

3434

3535
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mozilla-django-oidc-db"
7-
version = "0.25.1"
7+
version = "0.25.2"
88
description = "A database-backed configuration for mozilla-django-oidc"
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -84,7 +84,7 @@ markers = [
8484
]
8585

8686
[tool.bumpversion]
87-
current_version = "0.25.1"
87+
current_version = "0.25.2"
8888
files = [
8989
{filename = "pyproject.toml"},
9090
{filename = "README.rst"},

0 commit comments

Comments
 (0)