From ce58da58b29354c15c6769816fe5f0898c544542 Mon Sep 17 00:00:00 2001 From: Maxim Kukhtenkov Date: Thu, 22 Dec 2016 13:29:51 -0800 Subject: [PATCH] Update configs and changelog for version 0.9.0 --- demo/requirements.pip | 2 +- docs/changelog.rst | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/demo/requirements.pip b/demo/requirements.pip index a6d85f94..7a300df9 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -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 diff --git a/docs/changelog.rst b/docs/changelog.rst index 9b965064..c07d7e84 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/setup.py b/setup.py index c6a4c753..32ea6b77 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='django-rest-auth', - version='0.8.2', + version='0.9.0', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',