v20160629
This commit is contained in:
parent
962c7827fb
commit
7d709586ee
@ -1,7 +1,8 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
## Unreleased
|
## 20160629
|
||||||
|
|
||||||
|
* python-build: Added CPython 2.7.12 (#645)
|
||||||
* python-build: Added PyPy 3.5.1 (#646)
|
* python-build: Added PyPy 3.5.1 (#646)
|
||||||
* python-build: Added PyPy Portable 5.3.1
|
* python-build: Added PyPy Portable 5.3.1
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="20160628"
|
version="20160629"
|
||||||
git_revision=""
|
git_revision=""
|
||||||
|
|
||||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user