From 32e5a73345ae90233c3f830f3ccb1ed8c69c8705 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Mon, 19 Jan 2015 00:53:19 +0900 Subject: [PATCH] v20150119 --- README.md | 6 ++++++ bin/pyenv-virtualenv | 2 +- test/version.bats | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d753e8..b2d10c6 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,12 @@ You can set certain environment variables to control pyenv-virtualenv. ## Version History +#### 20150119 + + * Ignore errors from `pyenv-version-name` since it might fail if there is configuration error (yyuu/pyenv#291) + * The _shell_ version set in `activate` should be unset in `deactivate` (#61) + * Anaconda has `activate` script nevertheless it is not a virtual environment (#65) + #### 20141106 * Stop creating after `ensurepip` since it has done by `ensurepip` itself diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 9e36b4f..07ce893 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="20141106" +PYENV_VIRTUALENV_VERSION="20150119" set -e [ -n "$PYENV_DEBUG" ] && set -x diff --git a/test/version.bats b/test/version.bats index f130ec2..b29bfe4 100644 --- a/test/version.bats +++ b/test/version.bats @@ -4,7 +4,7 @@ load test_helper setup() { export PYENV_ROOT="${TMP}/pyenv" - export PYENV_VIRTUALENV_VERSION="20141106" + export PYENV_VIRTUALENV_VERSION="20150119" } @test "display virtualenv version" {