diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dbd80a..7407aefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Version History +## 1.2.12 + +* python-build: Find zlib from Xcode or brew on Mojave (#1353) +* python-build: Add PyPy 7.1.1 (#1335) +* python-build: Add CPython 3.8.0b1 + ## 1.2.11 * python-build: Fix `posix_close` name collision in 2.4 builds (#1321) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 7a1df8a1..8cdc28f4 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.11" +version="1.2.12" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then