From f84444401bd96b03738077c91fd621f924ef1251 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 15 Jul 2014 15:21:13 +0200 Subject: [PATCH] bump release to 1.0.12 --- authentic2_idp_oauth2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentic2_idp_oauth2/__init__.py b/authentic2_idp_oauth2/__init__.py index 61f3225..24f95ee 100644 --- a/authentic2_idp_oauth2/__init__.py +++ b/authentic2_idp_oauth2/__init__.py @@ -1,7 +1,7 @@ from django.utils.timezone import now from django.template.loader import render_to_string -__version__ = '1.0.11' +__version__ = '1.0.12' class Plugin(object): def get_before_urls(self):