From 10821da43ecbd27d3098403b8cdaa6224974b488 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 15 Jul 2014 12:59:13 +0200 Subject: [PATCH] bump release to 1.0.11 --- 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 bce60b7..61f3225 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.10' +__version__ = '1.0.11' class Plugin(object): def get_before_urls(self):