Skip to content

Commit ce58da5

Browse files
committed
Update configs and changelog for version 0.9.0
1 parent 951f3ce commit ce58da5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.8.2
2+
django-rest-auth==0.9.0
33
djangorestframework==3.5.1
44
django-allauth>=0.24.1
55
six==1.9.0

docs/changelog.rst

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

4+
0.9.0
5+
-----
6+
- allowed using custom UserDetailsSerializer with JWTSerializer
7+
- fixed error with logout on GET
8+
- updated api endpoints and configuration docs
9+
- bugfixes
10+
- minor text fixes
11+
412
0.8.2
513
-----
614
- fixed allauth import error

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

0 commit comments

Comments
 (0)