Skip to content

Commit b8c3ae9

Browse files
committed
version 0.6.0
1 parent f3151ad commit b8c3ae9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Source code
2626
https://github.com/Tivix/django-rest-auth
2727

2828

29-
StackOverflow
29+
Stack Overflow
3030
-----------
3131
http://stackoverflow.com/questions/tagged/django-rest-auth

demo/requirements.pip

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

docs/changelog.rst

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

4+
0.6.0
5+
-----
6+
- dropped support for Python 2.6
7+
- dropped support for Django 1.6
8+
- fixed demo code
9+
- added better validation support for serializers
10+
- added optional logout after password change
11+
- compatibility fixes
12+
- bugfixes
13+
414
0.5.0
515
-----
616
- replaced request.DATA with request.data for compatibility with DRF 3.2

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.5.0',
21+
version='0.6.0',
2222
author='Sumit Chachra',
2323
author_email='[email protected]',
2424
url='http://github.com/Tivix/django-rest-auth',

0 commit comments

Comments
 (0)