From e82c319d834ba3b1f5660b7c11de20186b09ff8a Mon Sep 17 00:00:00 2001 From: Jozef Knaperek Date: Tue, 8 Mar 2016 12:59:51 +0100 Subject: [PATCH] Bump version to 4.0.4 --- README.rst | 2 +- src/saml2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 135238e..528f91e 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/src/saml2/__init__.py b/src/saml2/__init__.py index 6608607..01a3100 100644 --- a/src/saml2/__init__.py +++ b/src/saml2/__init__.py @@ -17,7 +17,7 @@ provides methods and functions to convert SAML classes to and from strings. """ -__version__ = "4.0.3" +__version__ = "4.0.4" import logging import six