mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
v20160310
This commit is contained in:
parent
74d5dba06a
commit
8ef30d9e4d
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue