Bump version: 1.1.0

This commit is contained in:
Aurélien Delobelle 2018-09-30 00:47:57 +02:00
parent e193239231
commit 28a8127d35
2 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,13 @@
******************
1.0.0 (unreleased)
******************
*****
1.1.0
*****
- Add long-term support for Clipper (see README for instructions on setup/update)
- Highlight Clipper provider in login screens (see related settings in README)
- Vendorize some static files (JS)
*******
1.0.0b2
*******
- First official release.

View file

@ -1,3 +1,3 @@
__version__ = '1.0.0b2'
__version__ = '1.1.0'
default_app_config = 'allauth_ens.apps.ENSAllauthConfig'