version 0.3.2

This commit is contained in:
Mateusz Sikora 2014-12-15 00:09:49 +01:00
parent 6ef9131060
commit ec8b5af3e7
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
=========
0.3.2
-----
- fixed few minor bugs
0.3.1
-----

View File

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

View File

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