diff --git a/docs/changelog.rst b/docs/changelog.rst index e1c2139..77c2e2e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.3.3 +----- + +- support django-rest-framework v3.0 + 0.3.2 ----- diff --git a/docs/index.rst b/docs/index.rst index b2081e3..f0608a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ 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 +.. note:: django-rest-auth from v0.3.3 supports django-rest-framework v3.0 |build-status| |coverage-status| |requirements-status| |docs| diff --git a/setup.py b/setup.py index d5c949f..490d699 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.3.2', + version='0.3.3', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',