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'