Skip to content

Commit 3187d94

Browse files
author
Roland Hedberg
committed
Merge branch 'master' of github.com:rohe/pysaml2
Conflicts: src/saml2/__init__.py
2 parents c78a932 + 0a8f512 commit 3187d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PySAML2 - SAML2 in Python
33
*************************
44

55
:Author: Roland Hedberg
6-
:Version: 3.0.0
6+
:Version: 4.0.4
77

88
PySAML2 is a pure python implementation of SAML2. It contains all
99
necessary pieces for building a SAML2 service provider or an identity provider.

src/saml2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
provides methods and functions to convert SAML classes to and from strings.
1818
"""
1919

20-
__version__ = "4.0.4rc1"
20+
__version__ = "4.0.4"
2121

2222
import logging
2323
import six

0 commit comments

Comments
 (0)