Bump version

This commit is contained in:
Jon Gregorowicz 2016-01-04 13:57:38 -05:00
parent 19e234d1dc
commit 317db1b811
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog Changelog
========= =========
0.7.0
-----
- added support for django-rest-framework-jwt
0.6.0 0.6.0
----- -----
- dropped support for Python 2.6 - dropped support for Python 2.6

View File

@ -18,7 +18,7 @@ f.close()
setup( setup(
name='django-rest-auth', name='django-rest-auth',
version='0.6.0', version='0.7.0',
author='Sumit Chachra', author='Sumit Chachra',
author_email='chachra@tivix.com', author_email='chachra@tivix.com',
url='http://github.com/Tivix/django-rest-auth', url='http://github.com/Tivix/django-rest-auth',