From b5f69fe58a58f3d2d59511c4630c96aafe5ad2b0 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Thu, 31 Oct 2019 16:06:07 -0400 Subject: [PATCH] v1.2.15 --- CHANGELOG.md | 9 +++++++++ libexec/pyenv---version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95780c84..8606f0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Version History +## 1.2.15 + +* python-build: Add CPython 3.7.5 (#1423) +* python-build: Add CPython 2.7.17 (#1433) +* python-build: Add CPython 3.5.8 (#1441) +* python-build: Add PyPy 7.2.0 (#1418) +* python-build: Add anaconda3-2019.10 (#1427) +* pyenv-help: Show text for all pyenv commands in pyenv-help (#1421) + ## 1.2.14 * python-build: Add CPython 3.8.0 (#1416) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 7a8b3003..89cff323 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.14" +version="1.2.15" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then