From b52970df8858de29da638a57356f214662a1b44b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 8 Jul 2019 13:11:45 +0100 Subject: [PATCH] 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 4ed89d405..56ae193e1 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]