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] 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'