mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
v20160628 (fixes #644)
This commit is contained in:
parent
efef9d8c5c
commit
9cd200b98c
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
## Unreleased
|
## 20160628
|
||||||
|
|
||||||
* python-build: Added PyPy3.3 5.2-alpha1 (#631)
|
* python-build: Added PyPy3.3 5.2-alpha1 (#631)
|
||||||
* python-build: Added CPython 2.7.12rc1
|
* python-build: Added CPython 2.7.12rc1
|
||||||
|
@ -8,6 +8,9 @@
|
||||||
* python-build: Added CPython 3.5.2 (#643)
|
* python-build: Added CPython 3.5.2 (#643)
|
||||||
* python-build: Added CPython 3.4.5 (#643)
|
* python-build: Added CPython 3.4.5 (#643)
|
||||||
* python-build: Added PyPy2 5.3 (#626)
|
* python-build: Added PyPy2 5.3 (#626)
|
||||||
|
* pyenv: Skip creating shims for system executables bundled with Anaconda rather than ignoring them in `pyenv-which` (#594, #595, #599)
|
||||||
|
* python-build: Configured GCC as a requirement to build CPython prior to 2.4.4 (#613)
|
||||||
|
* python-build: Use `aria2c` - ultra fast download utility if available (#534)
|
||||||
|
|
||||||
## 20160509
|
## 20160509
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="20160509"
|
version="20160628"
|
||||||
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