From ec8b5af3e749c698aba52010800cedae9906c9d2 Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Mon, 15 Dec 2014 00:09:49 +0100 Subject: [PATCH] version 0.3.2 --- docs/changelog.rst | 5 +++++ docs/index.rst | 2 ++ setup.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index a51c877..e1c2139 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.3.2 +----- + +- fixed few minor bugs + 0.3.1 ----- diff --git a/docs/index.rst b/docs/index.rst index 2044cb6..b2081e3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,8 @@ Welcome to django-rest-auth's documentation! .. warning:: Version 0.3.0 is not compatible with any of previous versions, see :doc:`Changelog ` section for a list of changes. +.. warning:: django-rest-auth does not support django-rest-framework 3 yet + |build-status| |coverage-status| |requirements-status| |docs| diff --git a/setup.py b/setup.py index e9eea94..1a4fdfe 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.3.1', + version='0.3.2', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',