bump release to 1.2.7

This commit is contained in:
Benjamin Dauvergne 2014-11-24 12:02:52 +01:00
parent ff548d020d
commit 49858a0823
2 changed files with 10 additions and 1 deletions

9
README
View File

@ -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
=====

View File

@ -1,4 +1,4 @@
__version__ = '1.2.6'
__version__ = '1.2.7'
try:
import lasso
except ImportError: