From 74bba45b9c7613ccd7713645c703a58503136a2b Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Fri, 8 Feb 2019 02:04:46 +0000 Subject: [PATCH] v1.1.4 --- CHANGELOG.md | 5 +++++ bin/pyenv-virtualenv | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebd0d99..6bfeead8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Version History +#### 1.1.4 + +* Support newer conda (#290) +* Prefer `python3.x` executable if avaialble (#206, #282, #296) + #### 1.1.3 * No code changes since 1.1.2 diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 38464d17..3254cd90 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="1.1.3" +PYENV_VIRTUALENV_VERSION="1.1.4" set -e [ -n "$PYENV_DEBUG" ] && set -x