mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
v20160629
This commit is contained in:
parent
962c7827fb
commit
7d709586ee
2 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue