Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodev committed Nov 24, 2015
1 parent f3151ad commit b8c3ae9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Source code
https://github.com/Tivix/django-rest-auth


StackOverflow
Stack Overflow
-----------
http://stackoverflow.com/questions/tagged/django-rest-auth
2 changes: 1 addition & 1 deletion demo/requirements.pip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=1.7.0
django-rest-auth==0.5.0
django-rest-auth==0.6.0
django-allauth==0.24.1
six==1.9.0
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.6.0
-----
- dropped support for Python 2.6
- dropped support for Django 1.6
- fixed demo code
- added better validation support for serializers
- added optional logout after password change
- compatibility fixes
- bugfixes

0.5.0
-----
- replaced request.DATA with request.data for compatibility with DRF 3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='django-rest-auth',
version='0.5.0',
version='0.6.0',
author='Sumit Chachra',
author_email='chachra@tivix.com',
url='http://github.com/Tivix/django-rest-auth',
Expand Down

0 comments on commit b8c3ae9

Please sign in to comment.