From a8e207f330509b12724454b1dd38dcc31193212f Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Wed, 28 Feb 2018 16:32:37 -0500 Subject: [PATCH] v1.2.2 --- CHANGELOG.md | 7 +++++++ libexec/pyenv---version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43500422..3218ac5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Version History +## 1.2.2 + +* python-build: Add PyPy3 5.10.1 (#1084) +* python-build: Add CPython 3.5.5 (#1090) +* python-build: Add Anaconda[23]-5.1.0 (#1100) +* python-build: Fix checksum issue for CPython 3.4.8 (#1094) +* python-build: Prevent Anaconda from installing a `clear` shim (#1084) ## 1.2.1 * python-build: Add CPython 3.6.4 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index f31df141..5c4ab7bd 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.1" +version="1.2.2" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then