add verbose mode to pip

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-27 10:14:51 -04:00
parent a1d0f746b0
commit 95389c96e6
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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.
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '8.0.7'
__version__ = '8.0.8'