From 35b757d0a4e756488e6a0637c98576947ed23005 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 9 Mar 2017 12:08:34 +0000 Subject: [PATCH] Version bump --- docs/index.md | 2 +- rest_framework/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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__