Skip to content

Commit

Permalink
v20151103
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuu committed Nov 3, 2015
1 parent 41ee005 commit 72cf0e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bin/pyenv-virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 72cf0e1

Please sign in to comment.