From f3dbe9bb2aa627b3485c2ed44f889a1bc5463081 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Wed, 3 Jun 2015 16:57:18 +0100 Subject: [PATCH] Bump to version 3.1.3 --- 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 84989717d..33414f767 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '3.1.2' +__version__ = '3.1.3' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2015 Tom Christie'