From 94cb98bdd1a8da273fc7bc00f58f326337e73af3 Mon Sep 17 00:00:00 2001 From: Chris Wesseling Date: Fri, 1 Sep 2023 14:11:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 9 +++++++++ README.rst | 2 +- docs/conf.py | 2 +- setup.cfg | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2ea5d45..4712e8b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.8.1 +current_version = 0.8.2 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fad0d60..e38c8a8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +0.8.2 (2023-09-01) +================== + +Nothing functional. Changed the verbose names of + +* eHerkenning service *instance* UUID +* eIDAS service *instance* UUID + + 0.8.1 (2023-08-15) ================== diff --git a/README.rst b/README.rst index 49d56b4..8963b51 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.8.1 +:Version: 0.8.2 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands :PythonVersion: 3.7+ diff --git a/docs/conf.py b/docs/conf.py index 952456f..a075240 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.8.1" +release = "0.8.2" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index e50f838..e1d2703 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.8.1 +version = 0.8.2 description = A Django app for DigiD/eHerkenning authentication flows long_description = file: README.rst url = https://github.com/maykinmedia/django-digid-eherkenning