diff --git a/README.md b/README.md index bdcc121..458b516 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,12 @@ You can set certain environment variables to control pyenv-virtualenv. ## Version History +#### 20150719 + +* Add support for `conda` environments created by Anaconda/Miniconda (#91) +* Look up commands for original version as well if the environment is created with `--system-site-packages` (#62) +* Add error message if the source version is not installed (#83) + #### 20150526 * Use `typeset -g` with `precmd_functions` (#75) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 146e671..382f13a 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="20150526" +PYENV_VIRTUALENV_VERSION="20150719" set -e [ -n "$PYENV_DEBUG" ] && set -x diff --git a/test/version.bats b/test/version.bats index f1fc838..c14af06 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="20150526" + export PYENV_VIRTUALENV_VERSION="20150719" } @test "display virtualenv version" {