Skip to content

Commit

Permalink
Update configs and changelog for version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-kht committed Dec 22, 2016
1 parent 951f3ce commit ce58da5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/requirements.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django>=1.8.0
django-rest-auth==0.8.2
django-rest-auth==0.9.0
djangorestframework==3.5.1
django-allauth>=0.24.1
six==1.9.0
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
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
-----
- fixed allauth import error
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.8.2',
version='0.9.0',
author='Sumit Chachra',
author_email='[email protected]',
url='http://github.com/Tivix/django-rest-auth',
Expand Down

0 comments on commit ce58da5

Please sign in to comment.