From 9a03eb5b9cbe9b8aed527be85c78e3804032f4bd Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Fri, 18 May 2018 00:59:28 +0000 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 6 ++++++ bin/pyenv-virtualenv | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6d37d..21a8ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version History +#### 1.1.2 + +* Use custom get-pip URL based on the target version (#253, #254, #255) +* Source conda 4.4.4 shell files (#251) +* Evaluate force flag before testing if venv exists (#232) + #### 1.1.1 * Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index ca3dd41..5e17989 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.1" +PYENV_VIRTUALENV_VERSION="1.1.2" set -e [ -n "$PYENV_DEBUG" ] && set -x