From 78053c7e6c258f9ff64e418ef5cfde932ecdeabb Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 6 Aug 2015 13:18:51 +0100 Subject: [PATCH] Upgrade version to 3.2.0 --- rest_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 33414f767..e3411c7c1 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '3.1.3' +__version__ = '3.2.0' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2015 Tom Christie'