Skip to content

Commit e01adf3

Browse files
committed
Update version and copyright year.
1 parent 93a297e commit e01adf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rest_framework/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"""
99

1010
__title__ = 'Django REST framework'
11-
__version__ = '3.7.7'
11+
__version__ = '3.8.0'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
14-
__copyright__ = 'Copyright 2011-2017 Tom Christie'
14+
__copyright__ = 'Copyright 2011-2018 Tom Christie'
1515

1616
# Version synonym
1717
VERSION = __version__

0 commit comments

Comments
 (0)