Merge branch 'master' of github.com:rohe/pysaml2

Conflicts:
	src/saml2/__init__.py
This commit is contained in:
Roland Hedberg
2016-03-09 09:33:57 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ PySAML2 - SAML2 in Python
*************************
:Author: Roland Hedberg
:Version: 3.0.0
:Version: 4.0.4
PySAML2 is a pure python implementation of SAML2. It contains all
necessary pieces for building a SAML2 service provider or an identity provider.

View File

@@ -17,7 +17,7 @@
provides methods and functions to convert SAML classes to and from strings.
"""
__version__ = "4.0.4rc1"
__version__ = "4.0.4"
import logging
import six