mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Compare commits
1 Commits
1b7d2f08fd
...
v20160310
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b55ac8cd78 |
@@ -1,5 +1,10 @@
|
||||
## Version History
|
||||
|
||||
## 20160310
|
||||
|
||||
* python-build: Add PyPy-5.0.0 (#555)
|
||||
* pyenv: Import recent changes from rbenv 1.0 (#549)
|
||||
|
||||
## 20160303
|
||||
|
||||
* python-build: Add anaconda[23]-2.5.0 (#543)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
version="20160303"
|
||||
version="20150310"
|
||||
git_revision=""
|
||||
|
||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||
|
||||
Reference in New Issue
Block a user