Bump version: 1.0.0
This commit is contained in:
parent
bebbeaf6fd
commit
6657ec6042
2 changed files with 11 additions and 5 deletions
|
@ -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.
|
||||||
|
|
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue