v20160310

This commit is contained in:
Josh Friend 2016-03-10 20:28:11 -05:00
parent 74d5dba06a
commit 8ef30d9e4d
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Version History ## Version History
## 20160310
* python-build: Add PyPy-5.0.0 (#555)
* pyenv: Import recent changes from rbenv 1.0 (#549)
## 20160303 ## 20160303
* python-build: Add anaconda[23]-2.5.0 (#543) * python-build: Add anaconda[23]-2.5.0 (#543)

View file

@ -12,7 +12,7 @@
set -e set -e
[ -n "$PYENV_DEBUG" ] && set -x [ -n "$PYENV_DEBUG" ] && set -x
version="20160303" version="20150310"
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