From 87b7914bb23d63d57729c134b5c2511d1203a8cb Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 15 Nov 2016 13:11:58 -0700 Subject: [PATCH] spelling fix for release-process --- docs/community/release-process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/release-process.rst b/docs/community/release-process.rst index adb86d5c..c0943ddc 100644 --- a/docs/community/release-process.rst +++ b/docs/community/release-process.rst @@ -42,7 +42,7 @@ A hotfix release will only include bug fixes that were missed when the project released the previous version. If the previous version of Requests released ``v10.2.7`` the hotfix release would be versioned as ``v10.2.8``. -Hotfixes will **not** include upgrades to vendored dependences after +Hotfixes will **not** include upgrades to vendored dependencies after ``v2.6.2`` Reasoning