diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4f6bd5..9b1fc621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## Version History -## Unreleased +## 1.0.9 -* pyenv: Migarte project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv +* pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv * python-build: Add PyPy2 5.7.0 (#872, #868) * python-build: Add PyPy3 5.7.0-beta (#871, #869) * python-build: Add CPython 3.6.1 (#873) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index dd252f8c..cb489004 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.0.8" +version="1.0.9" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then