From 28b6d7d98e2d710cd0a67eb6012bb994f2234daf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Jan 2018 12:16:53 -0500 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 8601ac49..96a8f02b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,7 +1,11 @@ +9.0.3: + - v9.0.1. +9.0.2: + - A mistake. 9.0.1: - Fixed issue with specifiers being treated as paths on Windows. - Fixed regression causing development packages to always be installed. -9.0.0: +9.0.0: - Fixed bug where packages beginning with vcs names (e.g. git) weren't installed correctly. - Fixed url parsing for +:// style urls. - Pipenv can now install relative file paths. @@ -14,13 +18,13 @@ - Sequentially install all local and vcs dependencies to avoid write race conditions. - Fixed accidental exclusion of files from some VCS installs. 8.3.2: - - Moved automated update check to once every 24 hours. + - Moved automated update check to once every 24 hours. - Better default for PYENV_ROOT. - Correctly support all pip --index specifiers. - Fix bug where pre-releases of Python were chosen over finals. 8.3.1: - Fixed issues with calling block too many times on single subprocess. - - Updated vendored delegator.py. + - Updated vendored delegator.py. - Changed --dev flag for the uninstall command to --all-dev to better represent what it does. 8.3.0: - Add support for installation from remote requirements file.