From ba28662ab27f9d9f5523b68f2aaa78eef93cc5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Z=C3=ADma?= Date: Wed, 1 Aug 2018 11:15:48 +0200 Subject: Version 3.0rc2 bump --- openid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openid/__init__.py b/openid/__init__.py index d74c93d..fb30994 100644 --- a/openid/__init__.py +++ b/openid/__init__.py @@ -23,7 +23,7 @@ module. and limitations under the License. """ -__version__ = '3.0rc1' +__version__ = '3.0rc2' __all__ = [ 'association', -- cgit v1.2.1