diff --git a/CHANGELOG.md b/CHANGELOG.md index f244c192..6abd1677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## Version History -## Unreleased +## 20160629 +* python-build: Added CPython 2.7.12 (#645) * python-build: Added PyPy 3.5.1 (#646) * python-build: Added PyPy Portable 5.3.1 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index eb72ae45..cbb2af1c 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20160628" +version="20160629" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then