From 2a2d6c3a4ded504d7da153125bb618240e8544f9 Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Thu, 20 Aug 2015 11:28:45 +0200 Subject: [PATCH] version 0.5.0 --- demo/requirements.pip | 2 +- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/demo/requirements.pip b/demo/requirements.pip index 2583a95..c836413 100644 --- a/demo/requirements.pip +++ b/demo/requirements.pip @@ -1,4 +1,4 @@ django>=1.5.0 -django-rest-auth==0.4.0 +django-rest-auth==0.5.0 django-allauth==0.19.1 six==1.9.0 diff --git a/docs/changelog.rst b/docs/changelog.rst index cbe9962..8807029 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +0.5.0 +----- +- replaced request.DATA with request.data for compatibility with DRF 3.2 +- authorization codes for social login +- view classes rename (appended "View" to all of them) +- bugfixes + 0.4.0 ----- - Django 1.8 compatiblity fixes diff --git a/setup.py b/setup.py index e3400d6..90b43e4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.4.0', + version='0.5.0', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',