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'