From 6a6947659a0ef06cc9066de84017d5b7e27b0a65 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 6 Oct 2015 14:06:58 +0000 Subject: [PATCH] v20151006 --- CHANGELOG.md | 7 +++++++ bin/pyenv-virtualenv | 2 +- test/version.bats | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5639c..e1ecafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +#### 20151006 + +* Ignore user's site-packages on ensurepip/get-pip (#89) +* Find `python-config` from source version if current version is a virtualenv +* Fix pyenv-virtualenv-init script for fish where command was in string and not being evaluated (#98) +* Add foolproof for `-p` argument. (yyuu/pyenv#98) + #### 20150719 * Add support for `conda` environments created by Anaconda/Miniconda (#91) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 26fa051..656cda3 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="20150719" +PYENV_VIRTUALENV_VERSION="20151006" set -e [ -n "$PYENV_DEBUG" ] && set -x diff --git a/test/version.bats b/test/version.bats index c14af06..793a35a 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="20150719" + export PYENV_VIRTUALENV_VERSION="20151006" } @test "display virtualenv version" {