From 317db1b811d633699ebe3006221b417a1b072e7a Mon Sep 17 00:00:00 2001 From: Jon Gregorowicz Date: Mon, 4 Jan 2016 13:57:38 -0500 Subject: [PATCH] Bump version --- docs/changelog.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',