summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland@catalogix.se>2017-10-11 21:43:15 +0200
committerRoland Hedberg <roland@catalogix.se>2017-10-11 21:43:15 +0200
commit72a516a7651ee3c9f4a3f54e1e17eae10194926c (patch)
treebd94ec1c9f6b23e9c199adea3869671770b2dbbf
parent1979ae7ab081107898f0817dc91baea7e21a7281 (diff)
downloadpysaml2-72a516a7651ee3c9f4a3f54e1e17eae10194926c.tar.gz
Release 4.5.0
-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 a80dbb3f..3eb959fa 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.4.0"
+__version__ = "4.5.0"
import logging
import six