Bump version: 1.0.0

This commit is contained in:
Aurélien Delobelle 2018-10-21 15:29:26 +02:00
parent bebbeaf6fd
commit 6657ec6042
2 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,11 @@
****************** *****
1.0.0 (unreleased) 1.0.0
****************** *****
- First official release. - Fix a bug with CASClientV2 and default extra data management of CASProvider. #3
*******
1.0.0b2
*******
- First release.

View file

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