From 0fd8a161e666d2a6484988cf13b5f49d205fde66 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Sat, 16 Jul 2016 07:00:03 +0000 Subject: [PATCH] v20160716 --- CHANGELOG.md | 7 +++++++ bin/pyenv-virtualenv | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4985591..891e819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +#### 20160716 + +* Suppress activate/deactivate messages by default (#169, #170, #171) ++ Source conda package activate/deactivat scripts if exist (#173) +* Use `source` in favor of `.` for `fish` (#175) +* Use `python -m venv` instead of `pyvenv` due to deprecation of `pyvenv` after 3.6 (#184, #185) + #### 20160315 * Evaluate `${PATH}` when outputted code is eval'd. (#154) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 6130f5f..13cd55a 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -9,7 +9,7 @@ # -f/--force Install even if the version appears to be installed already # -PYENV_VIRTUALENV_VERSION="20160315" +PYENV_VIRTUALENV_VERSION="20160716" set -e [ -n "$PYENV_DEBUG" ] && set -x