From 5963688fc45c6e170f6d4f1d3bec051da8338f60 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 29 Dec 2015 09:13:51 +0000 Subject: [PATCH] v20151229 --- CHANGELOG.md | 4 ++++ bin/pyenv-virtualenv | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41772b4..0931fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Version History +#### 20151229 + +* Fix `deactivate` error on `fish` (#136) + #### 20151222 * Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index a07efbc..6d180b0 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="20151222" +PYENV_VIRTUALENV_VERSION="20151229" set -e [ -n "$PYENV_DEBUG" ] && set -x