Skip to content

Commit

Permalink
Merge pull request #66 from maykinmedia/release/0.13.0
Browse files Browse the repository at this point in the history
Release/0.13.0
  • Loading branch information
SilviaAmAm authored Mar 29, 2024
2 parents f7b939e + b9a5fc5 commit 57d68ad
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 0.12.0
current_version = 0.13.0

[bumpversion:file:setup.cfg]

Expand Down
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.13.0 (2024-03-29)
===================

* [#58] Do not replace the entityID for eHerkenning with a URL when it should be a URN (happened when parsing metadata).
* [open-formulieren/open-forms#3950] Improved the eHerkenning service catalogue to be compatible with Signicat.
* [open-formulieren/open-forms#3950] Make eIDAS and eHerkenning LoA configuration independent of each other.
* [open-formulieren/open-forms#3969] Remove support for overriding the LoA in the Authentication Request for eHerkenning and eIDAS.

0.12.0 (2024-02-23)
===================

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
django-digid-eherkenning
========================

:Version: 0.12.0
:Version: 0.13.0
:Source: https://github.com/maykinmedia/django-digid-eherkenning
:Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands
:PythonVersion: 3.7+
:PythonVersion: 3.9+

|build-status| |code-quality| |black| |coverage| |docs|

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

# The full version, including alpha/beta/rc tags
release = "0.12.0"
release = "0.13.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = django-digid-eherkenning
version = 0.12.0
version = 0.13.0
description = A Django app for DigiD/eHerkenning authentication flows
long_description = file: README.rst
url = https://github.com/maykinmedia/django-digid-eherkenning
Expand Down

0 comments on commit 57d68ad

Please sign in to comment.