diff --git a/docs/index.md b/docs/index.md index 87ef0e9e3..f6f459083 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 7a5df6804..8cff96621 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -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__