10000 Merge pull request #3826 from atombrella/copyright_update · jaydev/django-rest-framework@01b1d10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01b1d10

Browse files
committed
Merge pull request encode#3826 from atombrella/copyright_update
2015 update in __init__.py file
2 parents 1c5dfc9 + a9c394f commit 01b1d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__version__ = '3.3.2'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
14-
__copyright__ = 'Copyright 2011-2015 Tom Christie'
14+
__copyright__ = 'Copyright 2011-2016 Tom Christie'
1515

1616
# Version synonym
1717
VERSION = __version__

0 commit comments

Comments
 (0)
0