From 80b97c0faa5ae91f8308cb5e759554acd780b3be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 12 Mar 2018 10:48:52 -0400 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.txt b/HISTORY.txt index 4bb4526b..6152a82c 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +11.6.0: + - Vendor all of pip9, in preparation for the release of Pip10. 11.5.3: - Attempt to grab markers from -e – provided setup.py files. - Revert "rely on the underlying pipenv sync architecture to pick up dependencies".