Version bump

This commit is contained in:
Tom Christie 2017-03-09 12:08:34 +00:00
parent 675fd11bd0
commit 35b757d0a4
2 changed files with 3 additions and 3 deletions

View File

@ -279,7 +279,7 @@ Send a description of the issue via email to [rest-framework-security@googlegrou
## License
Copyright (c) 2011-2016, Tom Christie
Copyright (c) 2011-2017, Tom Christie
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -8,10 +8,10 @@ ______ _____ _____ _____ __
"""
__title__ = 'Django REST framework'
__version__ = '3.5.4'
__version__ = '3.6.0'
__author__ = 'Tom Christie'
__license__ = 'BSD 2-Clause'
__copyright__ = 'Copyright 2011-2016 Tom Christie'
__copyright__ = 'Copyright 2011-2017 Tom Christie'
# Version synonym
VERSION = __version__