From 5627d91ee98a88bcc48fdd34c2ba4b1f2cf72b7d Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 17 Sep 2018 12:19:03 +0200 Subject: [PATCH] Update version for v3.9.0 --- rest_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index fa92ab801..1a9a6527a 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____ __ """ __title__ = 'Django REST framework' -__version__ = '3.8.2' +__version__ = '3.9.0' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2018 Tom Christie'