From 667e70c40f7c4ebccf3a63c12f0e10e5fd64983d Mon Sep 17 00:00:00 2001 From: Maxim Kukhtenkov Date: Tue, 1 Nov 2016 11:10:15 -0700 Subject: [PATCH] Update configs and changelog for version 0.8.2 --- demo/requirements.pip | 2 +- docs/changelog.rst | 10 +++++++++- setup.py | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/demo/requirements.pip b/demo/requirements.pip index 2a7d3c1..a6d85f9 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -1,5 +1,5 @@ django>=1.8.0 -django-rest-auth==0.8.1 +django-rest-auth==0.8.2 djangorestframework==3.5.1 django-allauth>=0.24.1 six==1.9.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index f34d1c7..9b96506 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,18 @@ Changelog ========= +0.8.2 +----- +- fixed allauth import error +- added swagger docs to demo project + +0.8.1 +----- +- added support for django-allauth hmac email confirmation pattern + 0.8.0 ----- - added support for django-rest-framework-jwt -- added support for django-allauth hmac email confirmation pattern - bugfixes 0.7.0 diff --git a/setup.py b/setup.py index 7bada0d..c6a4c75 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.8.1', + version='0.8.2', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',