From bfc5268a27fb3dda02a8896a092cb585b4568c63 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 13 Mar 2018 09:21:07 -0400 Subject: [PATCH] history # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Signed-off-by: Kenneth Reitz --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index c955a8d4..940a699b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,5 +1,6 @@ 11.6.2: - Properly vendor certifi. + - Better support for --extra-index-url for private PyPI servers. - Bug fixes. 11.6.1: - Remove concurrent.futures, as it's not being used any longer, and is problematic.