From e3446fbf4fe781d929b7588f5370b14c540f41f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Sat, 16 Sep 2017 02:19:06 +0200 Subject: [PATCH] New dev release --- README.rst | 2 ++ allauth_cas/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5fc8108..e01082e 100644 --- a/README.rst +++ b/README.rst @@ -9,6 +9,8 @@ django-allauth-cas :target: https://coveralls.io/github/aureplop/django-allauth-cas?branch=master +**Warning:** Still under development. + CAS support for django-allauth_. Supports: diff --git a/allauth_cas/__init__.py b/allauth_cas/__init__.py index 3dca5cb..02467c2 100644 --- a/allauth_cas/__init__.py +++ b/allauth_cas/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.0.1.dev4' +__version__ = '0.0.1.dev5' default_app_config = 'allauth_cas.apps.CASAccountConfig'