Skip to content

Commit 819fbf7

Browse files
committed
Update configs and changelog for version 0.9.1
1 parent 469e4af commit 819fbf7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

demo/requirements.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
django>=1.8.0
2-
django-rest-auth==0.9.0
2+
django-rest-auth==0.9.1
33
djangorestframework==3.5.1
44
django-allauth>=0.24.1
55
six==1.9.0

docs/changelog.rst

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

4+
0.9.1
5+
-----
6+
- fixed import error when extending rest_auth serializers
7+
- added sensitive fields decorator
8+
- added Spanish translations
9+
410
0.9.0
511
-----
612
- allowed using custom UserDetailsSerializer with JWTSerializer

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

0 commit comments

Comments
 (0)