version 0.5.0

This commit is contained in:
Mateusz Sikora 2015-08-20 11:28:45 +02:00
parent 316d5c4233
commit d25df33a79
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
django>=1.5.0 django>=1.5.0
django-rest-auth==0.4.0 django-rest-auth==0.5.0
django-allauth==0.19.1 django-allauth==0.19.1
six==1.9.0 six==1.9.0

View File

@ -1,6 +1,13 @@
Changelog Changelog
========= =========
0.5.0
-----
- replaced request.DATA with request.data for compatibility with DRF 3.2
- authorization codes for social login
- view classes rename (appended "View" to all of them)
- bugfixes
0.4.0 0.4.0
----- -----
- Django 1.8 compatiblity fixes - Django 1.8 compatiblity fixes

View File

@ -18,7 +18,7 @@ f.close()
setup( setup(
name='django-rest-auth', name='django-rest-auth',
version='0.4.0', version='0.5.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',