Skip to content

Commit ea18a1b

Browse files
author
Yamashita Yuu
committed
v20140615 (fixes #26)
1 parent dcb5371 commit ea18a1b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ virtualenv will be created with given name based on current
8686
version.
8787

8888
```
89-
$ pyenv version
90-
3.4.1 (set by /home/yyuu/.pyenv/version)
91-
$ pyenv virtualenv venv34
89+
$ pyenv version
90+
3.4.1 (set by /home/yyuu/.pyenv/version)
91+
$ pyenv virtualenv venv34
9292
```
9393

9494

@@ -128,6 +128,11 @@ You can set certain environment variables to control the pyenv-virtualenv.
128128

129129
## Version History
130130

131+
#### 20140615
132+
133+
* Fix incompatibility issue of `pyenv activate` and `pyenv deactivate` (#26)
134+
* Workaround for the issue with pyenv-which-ext (#26)
135+
131136
#### 20140614
132137

133138
* Add `pyenv virtualenv-init` to enable auto-activation feature (#24)

bin/pyenv-virtualenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# -f/--force Install even if the version appears to be installed already
1212
#
1313

14-
PYENV_VIRTUALENV_VERSION="20140614"
14+
PYENV_VIRTUALENV_VERSION="20140615"
1515

1616
set -e
1717
[ -n "$PYENV_DEBUG" ] && set -x

test/version.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ load test_helper
44

55
setup() {
66
export PYENV_ROOT="${TMP}/pyenv"
7-
export PYENV_VIRTUALENV_VERSION="20140614"
7+
export PYENV_VIRTUALENV_VERSION="20140615"
88
}
99

1010
@test "display virtualenv version" {

0 commit comments

Comments
 (0)