v20160202

This commit is contained in:
Yamashita, Yuu 2016-02-02 08:43:21 +00:00
parent b84b9ce532
commit 425e44d064
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
## Version History
## 20160202
* pyenv: Run rehash automatically after `conda install`
* python-build: Add CPython 3.4.4 (#511)
* python-build: Add anaconda[23]-2.4.1, miniconda[23]-3.19.0
* python-build: Fix broken build definitions of CPython/Stackless 3.2.x (#531)
### 20151222
* pyenv: Merge recent changes from rbenv as of 2015-12-14 (#504)

View file

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