v20151210

This commit is contained in:
Yamashita, Yuu 2015-12-10 08:27:05 +00:00
parent c4968f7a48
commit fab6a0fcd1
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
## Version History
### 20151210
+ pyenv: Add a default hook for Anaconda to look for original `$PATH` (#491)
+ pyenv: Skip virtualenv aliases on `pyenv versions --skip-aliases` (yyuu/pyenv-virtualenv#126)
+ python-build: Add CPython 2.7.11, 3.5.1 (#494, #498)
+ python-build: Update OpenSSL to 1.0.1q (#496)
+ python-build: Adding SSL patch to build 2.7.3 on Debian (#495)
### 20151124
* pyenv: Import recent changes from rbenv 5fb9c84e14c8123b2591d22e248f045c7f8d8a2c

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20151124"
version="20151210"
git_revision=""
for source_dir in "${BASH_SOURCE%/*}" "$PYENV_ROOT"; do