From 72a516a7651ee3c9f4a3f54e1e17eae10194926c Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 11 Oct 2017 21:43:15 +0200 Subject: [PATCH] Release 4.5.0 --- src/saml2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saml2/__init__.py b/src/saml2/__init__.py index a80dbb3fc..3eb959fa6 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