From 454fb52adbbd6e8816a7aa7114bfe003f5ca870f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Fri, 29 Dec 2017 22:24:24 +0100 Subject: [PATCH] Beta release: 1.0.0b2 --- 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 eddc85b..8e600e0 100644 --- a/allauth_cas/__init__.py +++ b/allauth_cas/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '1.0.0b1' +__version__ = '1.0.0b2' default_app_config = 'allauth_cas.apps.CASAccountConfig'