From e01adf33ff4549f533f451a7931f4e3e2d325950 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 25 Jan 2018 10:52:25 +0100 Subject: [PATCH] Update version and copyright year. --- rest_framework/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 5d16490e8..a9657af0e 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,10 +8,10 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '3.7.7' +__version__ = '3.8.0' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' -__copyright__ = 'Copyright 2011-2017 Tom Christie' +__copyright__ = 'Copyright 2011-2018 Tom Christie' # Version synonym VERSION = __version__