From 2da934b9b13d643a1e4a0f3a8315882963fe6ddf Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 23 May 2014 14:22:22 +0200 Subject: [PATCH] bump version to 1.0.10 --- 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 fe24a89..5379f28 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' +__version__ = '1.0.10' class Plugin(object): def get_before_urls(self):