From 7aa5d1363317eb8242cb7c86fae7c774ab3b2b1a Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 5 Jul 2014 17:26:53 +0900 Subject: [PATCH] v20140705 --- README.md | 8 ++++++++ bin/pyenv-virtualenv | 2 +- test/version.bats | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1f5f2e..d784400 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,14 @@ You can set certain environment variables to control the pyenv-virtualenv. ## Version History +#### 20140705 + + * Display information on auto-(de)?activation + * Support manual (de)?activation with auto-activation enabled (#32, #34) + * Exit as error when (de)?activation failed + * Use https://bootstrap.pypa.io/ to install setuptools and pip + * Create backup of original virtualenv within `$(pyenv root)/versions` when `--upgrade` + #### 20140615 * Fix incompatibility issue of `pyenv activate` and `pyenv deactivate` (#26) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index fd62e22..e1cad68 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="20140615" +PYENV_VIRTUALENV_VERSION="20140705" set -e [ -n "$PYENV_DEBUG" ] && set -x diff --git a/test/version.bats b/test/version.bats index 403b0e5..93ae525 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="20140615" + export PYENV_VIRTUALENV_VERSION="20140705" } @test "display virtualenv version" {