From e9215f41057de358a7335c54cc9893a6dcf5dfcd Mon Sep 17 00:00:00 2001 From: mario Date: Thu, 28 Jul 2016 22:45:39 +0200 Subject: [PATCH] Bump to v0.8.1 --- demo/requirements.pip | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/requirements.pip b/demo/requirements.pip index a4ea311..c68a521 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -1,4 +1,4 @@ django>=1.8.0 -django-rest-auth==0.8.0 +django-rest-auth==0.8.1 django-allauth>=0.24.1 six==1.9.0 diff --git a/setup.py b/setup.py index 5a90ae7..7bada0d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.8.0', + version='0.8.1', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',