diff --git a/CHANGELOG.md b/CHANGELOG.md index 8606f0a1..8a7fcf22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Version History +## 1.2.16 + +* python-build: Add CPython 3.8.1 (#1497) +* python-build: Add CPython 3.7.6 (#1498) +* python-build: Add CPython 3.6.10 (#1499) +* python-build: Add CPython 3.5.9 (#1448) +* python-build: Add PyPy 7.3.0 (1502) + ## 1.2.15 * python-build: Add CPython 3.7.5 (#1423) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 89cff323..cd19dd4e 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.15" +version="1.2.16" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then