v20151229

This commit is contained in:
Yamashita, Yuu
2015-12-29 09:13:51 +00:00
parent 13b7dc172a
commit 5963688fc4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Version History
#### 20151229
* Fix `deactivate` error on `fish` (#136)
#### 20151222
* Improved interoperability with Anaconda/Miniconda (#103, #106, #107, #108)

View File

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