Skip to content

Commit 4a6ef11

Browse files
author
Yamashita Yuu
committed
v20140614
1 parent 21e999c commit 4a6ef11

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ You can set certain environment variables to control the pyenv-virtualenv.
128128

129129
## Version History
130130

131+
#### 20140614
132+
133+
* Add `pyenv virtualenv-init` to enable auto-activation feature (#24)
134+
* Create symlinks for executables with version suffix (yyuu/pyenv#182)
135+
131136
#### 20140602
132137

133138
* Use new style GH raw url to avoid redirects (raw.github.com -> raw.githubusercontent.com)

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="20140602"
14+
PYENV_VIRTUALENV_VERSION="20140614"
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="20140602"
7+
export PYENV_VIRTUALENV_VERSION="20140614"
88
}
99

1010
@test "display virtualenv version" {

0 commit comments

Comments
 (0)