This commit is contained in:
Yamashita, Yuu
2019-02-08 02:04:46 +00:00
parent 2d947be5d9
commit 74bba45b9c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
## Version History
#### 1.1.4
* Support newer conda (#290)
* Prefer `python3.x` executable if avaialble (#206, #282, #296)
#### 1.1.3
* No code changes since 1.1.2

View File

@@ -9,7 +9,7 @@
# -f/--force Install even if the version appears to be installed already
#
PYENV_VIRTUALENV_VERSION="1.1.3"
PYENV_VIRTUALENV_VERSION="1.1.4"
set -e
[ -n "$PYENV_DEBUG" ] && set -x