From 819f50e86dfc3a1e9bda0016ca3b92fa2b094df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Fri, 28 Jul 2017 15:41:19 +0200 Subject: [PATCH] New dev release --- allauth_cas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allauth_cas/__init__.py b/allauth_cas/__init__.py index 56044cb..3dca5cb 100644 --- a/allauth_cas/__init__.py +++ b/allauth_cas/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.0.1.dev1' +__version__ = '0.0.1.dev4' default_app_config = 'allauth_cas.apps.CASAccountConfig'