Skip to content

Commit

Permalink
Update configs and changelog for version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-kht committed Mar 6, 2017
1 parent 469e4af commit 819fbf7
Show file tree
Hide file tree
Showing 3 changed files with 8 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.9.0
django-rest-auth==0.9.1
djangorestframework==3.5.1
django-allauth>=0.24.1
six==1.9.0
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.9.1
-----
- fixed import error when extending rest_auth serializers
- added sensitive fields decorator
- added Spanish translations

0.9.0
-----
- allowed using custom UserDetailsSerializer with JWTSerializer
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.9.0',
version='0.9.1',
author='Sumit Chachra',
author_email='chachra@tivix.com',
url='http://github.com/Tivix/django-rest-auth',
Expand Down

0 comments on commit 819fbf7

Please sign in to comment.