diff --git a/CHANGELOG.md b/CHANGELOG.md index 7638875a..bdf13fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 0086d730..45d718eb 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -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