diff --git a/docs/changelog.rst b/docs/changelog.rst index 735b936..41e982d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +0.7.0 +----- +- added support for django-rest-framework-jwt + 0.6.0 ----- - dropped support for Python 2.6 diff --git a/setup.py b/setup.py index 6b61e1c..bb83cde 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ f.close() setup( name='django-rest-auth', - version='0.6.0', + version='0.7.0', author='Sumit Chachra', author_email='chachra@tivix.com', url='http://github.com/Tivix/django-rest-auth',