From 4219609d62795f6683478e14bf90c750d0106443 Mon Sep 17 00:00:00 2001 From: Marko Bocevski Date: Wed, 2 Jun 2021 13:53:26 +0200 Subject: [PATCH] Release v1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e91c8cf9..150acf15 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='1.1.1', + version='1.2.0', description='''An extension to enable Single Sign On(SSO) for CKAN data portals via SAML2 Authentication.''', long_description=long_description,