version 0.3.3

This commit is contained in:
Mateusz Sikora 2015-01-09 12:42:23 +01:00
parent 7c1fe6fd94
commit ee8f620e83
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
0.3.3
-----
- support django-rest-framework v3.0
0.3.2
-----

View File

@ -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 </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|

View File

@ -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',