From 5f7263dd2fc8a71b809ca8063df50d35f3580035 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 26 Jan 2017 17:08:49 -0500 Subject: [PATCH] $ pipenv uninstall --all --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index c8207718..61f103ee 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,4 +1,5 @@ 3.2.4: + - $ pipenv uninstall --all - Don't uninstall setuptools, wheel, pip, or six. - Improvements to Pipfile re-ordering when writing. 3.2.3: