From 551d757eb3e835b6d6ac669a5cd5fa3b0c034b6c Mon Sep 17 00:00:00 2001 From: Mathieu Hinderyckx Date: Mon, 10 Feb 2020 20:55:03 +0100 Subject: [PATCH] releave 0.6.3 --- CHANGELOG.md | 4 ++++ djangosaml2idp/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ab729..73de5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.6.3] - 2020-02-10 + +Bugfix release, thanks to contributions from [pix666](https://github.com/pix666) in [#61](https://github.com/OTA-Insight/djangosaml2idp/pull/61/files) + ## [0.6.2] - 2020-02-03 Bugfix release, thanks to contributions from [@mjholtkamp](https://github.com/mjholtkamp) in [#54](https://github.com/OTA-Insight/djangosaml2idp/pull/54), diff --git a/djangosaml2idp/__init__.py b/djangosaml2idp/__init__.py index aece342..a68d2bd 100644 --- a/djangosaml2idp/__init__.py +++ b/djangosaml2idp/__init__.py @@ -1 +1 @@ -__version__ = '0.6.2' +__version__ = '0.6.3'