This commit is contained in:
Yamashita, Yuu
2017-07-03 00:39:50 +00:00
parent c67762742a
commit e4d2c367cc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Version History
#### 1.1.0
* fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)
#### 1.0.0
* Use similar versioning scheme as pyenv; YYYYMMDD -> X.Y.Z

View File

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