v1.0.8 (fixes #841)

This commit is contained in:
Yamashita, Yuu 2017-02-24 06:08:55 +00:00
parent 9a99d427ef
commit ad8f2886ae
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
## 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
* python-build: Add CPython 3.5.3 (#811)

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.0.7"
version="1.0.8"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then