mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
v1.0.8 (fixes #841)
This commit is contained in:
parent
9a99d427ef
commit
ad8f2886ae
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
## 1.0.8
|
||||||
|
|
||||||
|
* pyenv: Fix fish subcommand completion (#831)
|
||||||
|
* python-build: Add Anaconda2/Anaconda3 4.3.0 (#824)
|
||||||
|
* python-build: Use CPython on GitHub as the source repository of CPython development versions (#836, #837)
|
||||||
|
* python-build: Fix checksum verification issue on the platform where OpenSSL isn't available (#840)
|
||||||
|
|
||||||
## 1.0.7
|
## 1.0.7
|
||||||
|
|
||||||
* python-build: Add CPython 3.5.3 (#811)
|
* python-build: Add CPython 3.5.3 (#811)
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="1.0.7"
|
version="1.0.8"
|
||||||
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