From a9c394f5b7b417d5432bd5c6974cf0e65575be1b Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Wed, 13 Jan 2016 12:54:56 +0100 Subject: [PATCH] 2015 update in __init__.py file --- 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 0e5199996..74c317f35 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -11,7 +11,7 @@ __title__ = 'Django REST framework' __version__ = '3.3.2' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' -__copyright__ = 'Copyright 2011-2015 Tom Christie' +__copyright__ = 'Copyright 2011-2016 Tom Christie' # Version synonym VERSION = __version__