From e472fba475c65592bca899e39e7188ac3c780c25 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 4 Dec 2017 11:58:39 +0100 Subject: [PATCH] Update version for 3.7.4 Release --- 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 e1e55c612..8c3054407 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '3.7.3' +__version__ = '3.7.4' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2017 Tom Christie'