From 3005c4664372ae13fbe376be699313eb428c8bdd Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Fri, 13 Mar 2020 08:38:35 -0400 Subject: [PATCH] v1.2.17 --- CHANGELOG.md | 9 +++++++++ libexec/pyenv---version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7fcf22..a804a3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Version History +## 1.2.17 + +* python-build: Add CPython 3.8.2 +* python-build: Add CPython 3.7.7 (#1553) +* python-build: Add Miniconda versions newer than 4.3.30 (#1361) +* python-build: Add Micropython 1.12 (#1542) +* python-build: Add Add CPython 3.9.0a4 +* pyenv: Fix sed illegal byte sequence error (#1521) + ## 1.2.16 * python-build: Add CPython 3.8.1 (#1497) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index cd19dd4e..17f20ea5 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.16" +version="1.2.17" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then