New dev release
This commit is contained in:
parent
bb8a3b16bf
commit
e3446fbf4f
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ django-allauth-cas
|
||||||
:target: https://coveralls.io/github/aureplop/django-allauth-cas?branch=master
|
:target: https://coveralls.io/github/aureplop/django-allauth-cas?branch=master
|
||||||
|
|
||||||
|
|
||||||
|
**Warning:** Still under development.
|
||||||
|
|
||||||
CAS support for django-allauth_.
|
CAS support for django-allauth_.
|
||||||
|
|
||||||
Supports:
|
Supports:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = '0.0.1.dev4'
|
__version__ = '0.0.1.dev5'
|
||||||
|
|
||||||
default_app_config = 'allauth_cas.apps.CASAccountConfig'
|
default_app_config = 'allauth_cas.apps.CASAccountConfig'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue