From a24f6ef2abbcd13a29fcec56c856d7bf2593d672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Sat, 24 Jan 2015 10:26:26 -0400 Subject: [PATCH] Bump up version for release --- rest_framework_jwt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework_jwt/__init__.py b/rest_framework_jwt/__init__.py index 4a45d7a2..409de430 100644 --- a/rest_framework_jwt/__init__.py +++ b/rest_framework_jwt/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __title__ = 'djangorestframework-jwt' -__version__ = '1.1.1' +__version__ = '1.2.0' __author__ = 'José Padilla' __license__ = 'MIT' __copyright__ = 'Copyright 2014-2015 Blimp LLC'