Skip to content

Commit f5e2454

Browse files
authored
Merge pull request #161 from maykinmedia/release/1.1.0
🔖 Release version 1.1.0
2 parents bab4fe0 + 0e31977 commit f5e2454

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
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+
1.1.0 (2025-11-18)
6+
==================
7+
8+
Minor release
9+
10+
* [#157] Relocate shared test utility ``keycloak_login`` to ``mozilla_django_oidc_db/tests/utils``
11+
to make sure upstream projects can make use of it
12+
513
1.0.2 (2025-10-24)
614
==================
715

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
mozilla-django-oidc-db
88
======================
99

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

@@ -46,7 +46,7 @@ Please see the hosted `documentation`_ for installation, configuration and usage
4646
:target: https://github.com/maykinmedia/mozilla-django-oidc-db/actions/workflows/ci.yml
4747

4848
.. |coverage| image:: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db/branch/master/graph/badge.svg
49-
:target: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db
49+
:target: https://app.codecov.io/gh/maykinmedia/mozilla-django-oidc-db
5050
:alt: Coverage status
5151

5252
.. |ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json

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 = "1.0.2"
32+
release = "1.1.0"
3333

3434

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

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Indices and tables
5656
:alt: Ruff
5757

5858
.. |coverage| image:: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db/branch/master/graph/badge.svg
59-
:target: https://codecov.io/gh/maykinmedia/mozilla-django-oidc-db
59+
:target: https://app.codecov.io/gh/maykinmedia/mozilla-django-oidc-db
6060
:alt: Coverage status
6161

6262
.. |python-versions| image:: https://img.shields.io/pypi/pyversions/mozilla_django_oidc_db.svg

docs/reference.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ Tests
5353

5454
.. automodule:: mozilla_django_oidc_db.tests.mixins
5555
:members:
56+
57+
.. automodule:: mozilla_django_oidc_db.tests.utils
58+
:members:

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 = "1.0.2"
7+
version = "1.1.0"
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 = "1.0.2"
87+
current_version = "1.1.0"
8888
files = [
8989
{filename = "pyproject.toml"},
9090
{filename = "README.rst"},

0 commit comments

Comments
 (0)