v20160629

This commit is contained in:
Josh Friend 2016-06-28 22:09:39 -04:00
parent 962c7827fb
commit 7d709586ee
No known key found for this signature in database
GPG key ID: D027F3F8F237DD1C
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