New dev release

This commit is contained in:
Aurélien Delobelle 2017-09-16 02:19:06 +02:00
parent bb8a3b16bf
commit e3446fbf4f
2 changed files with 3 additions and 1 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__version__ = '0.0.1.dev4'
__version__ = '0.0.1.dev5'
default_app_config = 'allauth_cas.apps.CASAccountConfig'