From 6c8273eae9cfcbc822604504fc0ca9aa68c94dc5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 11 Mar 2018 12:26:53 -0400 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index 2f1c3776..0ba6c0de 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ -11.4.1: +11.5.0: - Properly resolve hashes for private indexes. + - Some subtle changes to the way resolution works — shouldn't affect you, but warrented a version bump. 11.4.0: - Stability. - Don't install dependencies straight-away with pipenv–install — rely on the underlying pipenv sync architecture to pick up dependencies.