summaryrefslogtreecommitdiff
path: root/src/saml2/__init__.py
diff options
context:
space:
mode:
authorJozef Knaperek <jknaperek@gmail.com>2016-03-08 12:59:51 +0100
committerJozef Knaperek <jknaperek@gmail.com>2016-03-08 12:59:51 +0100
commite82c319d834ba3b1f5660b7c11de20186b09ff8a (patch)
tree8d7cf20d5ca296b1b9d647d7aa35ae9f9236f105 /src/saml2/__init__.py
parent6950abd42190f36c4b50b6ba782069a645b2b760 (diff)
downloadpysaml2-e82c319d834ba3b1f5660b7c11de20186b09ff8a.tar.gz
Bump version to 4.0.4
Diffstat (limited to 'src/saml2/__init__.py')
-rw-r--r--src/saml2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/__init__.py b/src/saml2/__init__.py
index 6608607a..01a31003 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