From ad644e83b586b5c922f93adeb77197ef13108fb6 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 6 Nov 2014 09:47:54 -0800 Subject: [PATCH] v20141106 --- README.md | 5 +++++ bin/pyenv-virtualenv | 2 +- test/version.bats | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fca845..f976108 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,11 @@ You can set certain environment variables to control the pyenv-virtualenv. ## Version History +#### 20141106 + + * Stop creating after `ensurepip` since it has done by `ensurepip` itself + * Suppress some useless warnings from `pyenv virtualenv-init` + #### 20141012 * Fix warnings from `shellcheck` to improve support for POSIX sh (#40) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index e10efb6..9e36b4f 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="20141012" +PYENV_VIRTUALENV_VERSION="20141106" set -e [ -n "$PYENV_DEBUG" ] && set -x diff --git a/test/version.bats b/test/version.bats index c871ed2..f130ec2 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="20141012" + export PYENV_VIRTUALENV_VERSION="20141106" } @test "display virtualenv version" {