mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 10:33:45 +03:00
Update configs and changelog for version 0.9.0
This commit is contained in:
parent
951f3ce284
commit
ce58da58b2
|
@ -1,5 +1,5 @@
|
||||||
django>=1.8.0
|
django>=1.8.0
|
||||||
django-rest-auth==0.8.2
|
django-rest-auth==0.9.0
|
||||||
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
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.0
|
||||||
|
-----
|
||||||
|
- allowed using custom UserDetailsSerializer with JWTSerializer
|
||||||
|
- fixed error with logout on GET
|
||||||
|
- updated api endpoints and configuration docs
|
||||||
|
- bugfixes
|
||||||
|
- minor text fixes
|
||||||
|
|
||||||
0.8.2
|
0.8.2
|
||||||
-----
|
-----
|
||||||
- fixed allauth import error
|
- fixed allauth import error
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ f.close()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-rest-auth',
|
name='django-rest-auth',
|
||||||
version='0.8.2',
|
version='0.9.0',
|
||||||
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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user