From 86f7967a7a1d0dc1d9e02791526f6e2b8c60853f Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Wed, 8 Jul 2015 08:49:59 +0200 Subject: [PATCH] Version 2.4.6 --- 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 530190971..077bfb4cb 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '2.4.5' +__version__ = '2.4.6' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2014 Tom Christie'