This commit is contained in:
Yamashita, Yuu
2019-02-13 15:26:21 +00:00
parent e39b112676
commit 294f64f76b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Version History ## Version History
#### 1.1.5
* Fix install script (#290, #302)
#### 1.1.4 #### 1.1.4
* Support newer conda (#290) * Support newer conda (#290)

View File

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