From e71ac9e439533918680c4d3ce9c07d378125651e Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sun, 10 Dec 2017 09:40:49 -0500 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 7 ++++++- libexec/pyenv---version | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51dd4c53..aa7ef46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ ## Version History -## Unreleased +## 1.2.0 +* python-build: Import changes from ruby-build v20171031 (#1026) +* python-build: Ignore LibreSSL bundled with macOS 10.13 (#1025) +* python-build: Skip passing `--enable-unicode` to CPython 3.3+ (#912) +* python-build: Add CPython 3.3.7 (#1053) +* python-build: Add micropython 1.9.3 * python-build: Add PyPy 5.9.0 * python-build: Add Miniconda[23] 4.3.14, 4.3.21, 4.3.27, 4.3.30 * python-build: Add Anaconda[23] 5.0.1 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 32319dae..aeffdf75 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.1.5" +version="1.2.0" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then