From 49858a08238b85496251a6f7b0a1db825851b828 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 24 Nov 2014 12:02:52 +0100 Subject: [PATCH] bump release to 1.2.7 --- README | 9 +++++++++ mellon/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README b/README index 49092d7..c3533f1 100644 --- a/README +++ b/README @@ -3,6 +3,15 @@ django-mellon SAML 2.0 authentication for Django +NEWS +==== + +1.2.9 +----- + +- bug fixed on Lasso session data generation +- AuthnRequest now contain the AllowCreate flag + Usage ===== diff --git a/mellon/__init__.py b/mellon/__init__.py index 2c96cd4..c7219b6 100644 --- a/mellon/__init__.py +++ b/mellon/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.2.6' +__version__ = '1.2.7' try: import lasso except ImportError: