From b52970df8858de29da638a57356f214662a1b44b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Jul 2019 13:11:45 +0100 Subject: [PATCH 1/2] 3.10 release notes --- docs/community/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 4ed89d4051..56ae193e13 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -42,7 +42,7 @@ You can determine your currently installed version using `pip show`: ### 3.10.0 -**Date**: [Unreleased][3.10.0-milestone] +**Date**: [9th July 2019][3.10.0-milestone] * Updated PyYaml dependency for OpenAPI schema generation to `pyyaml>=5.1` [#6680][gh6680] * Resolve DeprecationWarning with markdown. [#6317][gh6317] From d38ed65862d64e9dd86638c71337aa152723dc44 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Jul 2019 13:15:26 +0100 Subject: [PATCH 2/2] Version number -> 3.10 --- 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 cead7568da..5ecc151e5e 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ """ __title__ = 'Django REST framework' -__version__ = '3.9.3' +__version__ = '3.10.0' __author__ = 'Tom Christie' __license__ = 'BSD 2-Clause' __copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'