From 0958e3e915449d6a6ccd1f190c83c0c52f698490 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Tue, 9 Apr 2024 11:20:37 +0200 Subject: [PATCH] :bookmark: Bump version to 0.13.1 and update changelog Fix the out-of-sync of version numbers/changelog info between Github and PyPI. --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 5 +++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a29e9c0..533c2be 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.13.0 +current_version = 0.13.1 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2928894..dff0bfa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +0.13.1 (2024-04-08) +=================== + +* [#67] Fixed admin crash due to split up EH/eIDAS LOA fields. + 0.13.0 (2024-03-29) =================== diff --git a/README.rst b/README.rst index 550b756..2c000cb 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.13.0 +:Version: 0.13.1 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands :PythonVersion: 3.9+ diff --git a/docs/conf.py b/docs/conf.py index 4dcecba..f8ac95b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.13.0" +release = "0.13.1" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index c119abf..e5f7b5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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.13.0 +version = 0.13.1 description = A Django app for DigiD/eHerkenning authentication flows long_description = file: README.rst url = https://github.com/maykinmedia/django-digid-eherkenning