Merge branch 'master' of github.com:rohe/pysaml2
Conflicts: src/saml2/__init__.py
This commit is contained in:
@@ -3,7 +3,7 @@ PySAML2 - SAML2 in Python
|
|||||||
*************************
|
*************************
|
||||||
|
|
||||||
:Author: Roland Hedberg
|
:Author: Roland Hedberg
|
||||||
:Version: 3.0.0
|
:Version: 4.0.4
|
||||||
|
|
||||||
PySAML2 is a pure python implementation of SAML2. It contains all
|
PySAML2 is a pure python implementation of SAML2. It contains all
|
||||||
necessary pieces for building a SAML2 service provider or an identity provider.
|
necessary pieces for building a SAML2 service provider or an identity provider.
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
provides methods and functions to convert SAML classes to and from strings.
|
provides methods and functions to convert SAML classes to and from strings.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "4.0.4rc1"
|
__version__ = "4.0.4"
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import six
|
import six
|
||||||
|
Reference in New Issue
Block a user