From cf0e11fbabcbeb683508313aeb2f696e552e5a73 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 24 Feb 2018 09:12:32 -0500 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index c86091f3..c5c620d8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,6 @@ -10.0.2: +10.1.0: - Default dependencies now take precidence over Develop dependencies when - creating a lockfile. + creating a Pipfile.lock. 10.0.1: - Add extra indexes from pip config files in Pipfile generation. - Fix bug with `pipenv clean`.