Skip to content

Commit

Permalink
Merge pull request #89 from maykinmedia/release/v0.19.2
Browse files Browse the repository at this point in the history
Release 0.19.2
  • Loading branch information
swrichards authored Jan 9, 2025
2 parents 7a99838 + d33f225 commit 5f1a9f9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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.19.2 (2025-01-09)
===================

Very small patch release.

* The default value for DIGID_MOCK_IDP_VALIDATE_CALLBACK_URLS is no longer equal to
settings.DEBUG but to its inverse.

0.19.1 (2025-01-08)
===================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
django-digid-eherkenning
========================

:Version: 0.19.1
:Version: 0.19.2
:Source: https://github.com/maykinmedia/django-digid-eherkenning
:Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands

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

# The full version, including alpha/beta/rc tags
release = "0.19.1"
release = "0.19.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ one could use the following JSON to request the first name of the person who log

These attributes are pre-configured and will be returned without asking for them.

.. _Attribuutcatalogus: https://afsprakenstelsel.etoegang.nl/Startpagina/AS1.24b/attribuutcatalogus
.. _Attribuutcatalogus: https://afsprakenstelsel.etoegang.nl/Startpagina/as/attribuutcatalogus
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 = "django-digid-eherkenning"
version = "0.19.1"
version = "0.19.2"
description = "A Django app for DigiD/eHerkenning authentication flows"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -96,7 +96,7 @@ markers = [
]

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

0 comments on commit 5f1a9f9

Please sign in to comment.