From 9a98bfae48a017fd76c94dd7277da98d102df299 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Thu, 4 Apr 2019 01:18:57 +0000 Subject: [PATCH] v1.2.10 --- CHANGELOG.md | 9 +++++++++ libexec/pyenv---version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5af8eb..c280ae3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Version History +## 1.2.10 + +* python-build: Force y, Y, yes or YES to confirm installation (#1217) +* python-build: Add PyPy 7.0.0, 7.1.0 +* python-build: Add CPython 2.7.16, 3.5.7 and 3.7.3 +* python-build: Install `python-gdb.py` (#1190, #1289) +* python-build: Add micropython 1.10 +* python-build: Prefer Homebrew's OpenSSL 1.1 over 1.0 (#839, #1302) + ## 1.2.9 * python-build: Add CPython 3.7.2 and CPython 3.6.8 (#1256) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 8745c23e..9a33ba69 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.9" +version="1.2.10" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then