mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-15 02:53:18 +03:00
Merge pull request #3826 from atombrella/copyright_update
2015 update in __init__.py file
This commit is contained in:
commit
01b1d100c5
|
@ -11,7 +11,7 @@ __title__ = 'Django REST framework'
|
||||||
__version__ = '3.3.2'
|
__version__ = '3.3.2'
|
||||||
__author__ = 'Tom Christie'
|
__author__ = 'Tom Christie'
|
||||||
__license__ = 'BSD 2-Clause'
|
__license__ = 'BSD 2-Clause'
|
||||||
__copyright__ = 'Copyright 2011-2015 Tom Christie'
|
__copyright__ = 'Copyright 2011-2016 Tom Christie'
|
||||||
|
|
||||||
# Version synonym
|
# Version synonym
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
|
|
Loading…
Reference in New Issue
Block a user