summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-02-03 09:19:45 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-02-03 09:19:45 +0100
commit3bc41c2d71447e9404bf439cb9c05eb913fd21e9 (patch)
tree20f7e8fbc5cbab0beb11e93f10ea2fc6c65e770a
parentd21ac9a70bce0535a2f3cc3a621452ad9d0681d6 (diff)
downloadpysaml2-3bc41c2d71447e9404bf439cb9c05eb913fd21e9.tar.gz
Release version.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3c952e6d..6b75ffd4 100755
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if sys.version_info < (2, 7):
setup(
name='pysaml2',
- version='2.2.1beta',
+ version='2.3.0',
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
# long_description = read("README"),
author='Roland Hedberg',