From 461d5ededfdbb586392000e54a38cebc35ead940 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Sep 2017 13:26:45 -0400 Subject: [PATCH] history Signed-off-by: Kenneth Reitz --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index c2cebe40..0baafa58 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,5 @@ 7.0.1: + - $ pipenv project! - [requires] python_version is now set for new projects, automatically if a version of Python was specified. - That wasn't easy.