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):