diff --git a/CHANGELOG.md b/CHANGELOG.md index c280ae3e..22dbd80a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Version History +## 1.2.11 + +* python-build: Fix `posix_close` name collision in 2.4 builds (#1321) +* python-build: Add CPython 3.4.10 (#1322) +* python-build: Add Anaconda 2019.03 +* python-build: Allow overriding the preference of OpenSSL version per definition basis (#1302, #1325, #1326) +* python-build: Imported changes from rbenv/ruby-build 20190401 (#1327) +* python-build: Use GNU Readline 8.0 on macOS if brew's package isn't available (#1329) + ## 1.2.10 * python-build: Force y, Y, yes or YES to confirm installation (#1217) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 9a33ba69..7a1df8a1 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.10" +version="1.2.11" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then