From e18d40accea30d19889e975ada750242a6ef65fb Mon Sep 17 00:00:00 2001 From: SilviaAmAm Date: Thu, 21 Apr 2022 13:56:10 +0200 Subject: [PATCH] :bookmark: Updated version --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 6 ++++++ README.rst | 2 +- setup.cfg | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c5b8499..43df705 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.3.0 +current_version = 0.3.1 [bumpversion:file:setup.cfg] diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d1d8a6..91e1ab6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +0.3.1 (2022-04-21) +================== +* Removed Jenkins related files +* The content-type header used during the resolve artifact request was made configurable. + + 0.3.0 (2022-02-25) ================== diff --git a/README.rst b/README.rst index 38a2d08..5f6a628 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ django-digid-eherkenning ======================== -:Version: 0.3.0 +:Version: 0.3.1 :Source: https://github.com/maykinmedia/django-digid-eherkenning :Keywords: django, authentication, digid, eherkenning, eidas, dutch, nl, netherlands :PythonVersion: 3.7+ diff --git a/setup.cfg b/setup.cfg index bf549fb..5f1cd7e 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.3.0 +version = 0.3.1 description = A Django app for DigiD/eHerkenning authentication flows long_description = file: README.rst url = https://github.com/maykinmedia/django-digid-eherkenning