Update configs and changelog for version 0.8.2

This commit is contained in:
Maxim Kukhtenkov 2016-11-01 11:10:15 -07:00
parent a989de8624
commit 667e70c40f
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,5 @@
django>=1.8.0 django>=1.8.0
django-rest-auth==0.8.1 django-rest-auth==0.8.2
djangorestframework==3.5.1 djangorestframework==3.5.1
django-allauth>=0.24.1 django-allauth>=0.24.1
six==1.9.0 six==1.9.0

View File

@ -1,10 +1,18 @@
Changelog Changelog
========= =========
0.8.2
-----
- fixed allauth import error
- added swagger docs to demo project
0.8.1
-----
- added support for django-allauth hmac email confirmation pattern
0.8.0 0.8.0
----- -----
- added support for django-rest-framework-jwt - added support for django-rest-framework-jwt
- added support for django-allauth hmac email confirmation pattern
- bugfixes - bugfixes
0.7.0 0.7.0

View File

@ -18,7 +18,7 @@ f.close()
setup( setup(
name='django-rest-auth', name='django-rest-auth',
version='0.8.1', version='0.8.2',
author='Sumit Chachra', author='Sumit Chachra',
author_email='chachra@tivix.com', author_email='chachra@tivix.com',
url='http://github.com/Tivix/django-rest-auth', url='http://github.com/Tivix/django-rest-auth',