next version

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-29 15:11:24 -04:00
parent 62c1a1e1af
commit 5c79ddf8d8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
8.2.3:
- Don't show activation instructions when --deploy is used.
8.2.2:
- Improve system pip detection.
8.2.1:
+1 -1
View File
@@ -1255,7 +1255,7 @@ def do_init(
skip_lock=skip_lock, verbose=verbose, concurrent=concurrent)
# Activate virtualenv instructions.
if not allow_global:
if not allow_global and not deploy:
do_activate_virtualenv()