From 72cf0e1b1b52961dc322f71fcd5fb3c8c16dfd67 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 3 Nov 2015 13:31:50 +0000 Subject: [PATCH] v20151103 --- CHANGELOG.md | 6 ++++++ bin/pyenv-virtualenv | 2 +- test/version.bats | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ecafe..d1e036e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version History +#### 20151103 + +* Passing return value from executed command. (#100) +* Add workaround for commands installed in a virtual environment created by `pyvenv` (#62) +* init: zsh: prepend hook to `precmd_functions` (#101) + #### 20151006 * Ignore user's site-packages on ensurepip/get-pip (#89) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 656cda3..6e23c10 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="20151006" +PYENV_VIRTUALENV_VERSION="20151103" set -e [ -n "$PYENV_DEBUG" ] && set -x diff --git a/test/version.bats b/test/version.bats index 793a35a..e68d967 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="20151006" + export PYENV_VIRTUALENV_VERSION="20151103" } @test "display virtualenv version" {