diff options
| author | Tom Christie | 2014-12-28 18:48:42 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-28 18:48:42 +0000 | 
| commit | 5d8c45681a945b955d9336b0fd1e4ebccf0df895 (patch) | |
| tree | 58da229a0f36457082a9789ac98c0fbdaeb21dde /rest_framework | |
| parent | d8e66970a11ec2d4b66f0cf56950f2cc83e83224 (diff) | |
| download | django-rest-framework-5d8c45681a945b955d9336b0fd1e4ebccf0df895.tar.bz2 | |
Update copryright for 2015. Closes #2247.
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 6808b74b..dec89b3e 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -11,7 +11,7 @@ __title__ = 'Django REST framework'  __version__ = '3.0.2'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause' -__copyright__ = 'Copyright 2011-2014 Tom Christie' +__copyright__ = 'Copyright 2011-2015 Tom Christie'  # Version synonym  VERSION = __version__ | 
