From a10c787f9b95d31138ee76d7d95ac6eab25202af Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Tue, 11 Jun 2019 10:18:18 -0400 Subject: [PATCH] v1.2.12 --- CHANGELOG.md | 6 ++++++ libexec/pyenv---version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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