diff --git a/CHANGELOG.md b/CHANGELOG.md index 95869555..21f649a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index f71e941c..dd252f8c 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -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