1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 06:13:53 -05:00

v20160629

This commit is contained in:
Josh Friend
2016-06-28 22:09:39 -04:00
parent 962c7827fb
commit 5d1c7c86d1
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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