Skip to content

Commit d25df33

Browse files
author
Mateusz Sikora
committed
version 0.5.0
1 parent 316d5c4 commit d25df33

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

demo/requirements.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
django>=1.5.0
2-
django-rest-auth==0.4.0
2+
django-rest-auth==0.5.0
33
django-allauth==0.19.1
44
six==1.9.0

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
0.5.0
5+
-----
6+
- replaced request.DATA with request.data for compatibility with DRF 3.2
7+
- authorization codes for social login
8+
- view classes rename (appended "View" to all of them)
9+
- bugfixes
10+
411
0.4.0
512
-----
613
- Django 1.8 compatiblity fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='django-rest-auth',
21-
version='0.4.0',
21+
version='0.5.0',
2222
author='Sumit Chachra',
2323
author_email='[email protected]',
2424
url='http://github.com/Tivix/django-rest-auth',

0 commit comments

Comments
 (0)