From 95389c96e6817e71c402e600d6ff5b2ac2cb3399 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 10:14:51 -0400 Subject: [PATCH] add verbose mode to pip Signed-off-by: Kenneth Reitz Signed-off-by: Kenneth Reitz --- HISTORY.txt | 2 ++ pipenv/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index ef9ab145..46257ffc 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +8.0.8: + - Add verbose mode to Pip. 8.0.7: - Fix --skip-lock when verify_ssl = false. - Always quote pip path. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 2bb47a25..75e1d578 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '8.0.7' +__version__ = '8.0.8'