We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c78a932 + 0a8f512 commit 3187d94Copy full SHA for 3187d94
README.rst
@@ -3,7 +3,7 @@ PySAML2 - SAML2 in Python
3
*************************
4
5
:Author: Roland Hedberg
6
-:Version: 3.0.0
+:Version: 4.0.4
7
8
PySAML2 is a pure python implementation of SAML2. It contains all
9
necessary pieces for building a SAML2 service provider or an identity provider.
src/saml2/__init__.py
@@ -17,7 +17,7 @@
17
provides methods and functions to convert SAML classes to and from strings.
18
"""
19
20
-__version__ = "4.0.4rc1"
+__version__ = "4.0.4"
21
22
import logging
23
import six
0 commit comments