From 2178fb931c85523be8344c3ad76ca09e84e7d784 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Wed, 20 Sep 2017 01:54:46 +0000 Subject: [PATCH] v1.1.4 --- CHANGELOG.md | 7 +++++++ libexec/pyenv---version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 136d3a92..5d3850a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## v1.1.4 + +* pyenv: Workaround for scripts in `$PATH` which needs to be source'd (#100, #688, #953) +* python-build: Add support for PyPy3 executables like `libpypy3-c.so` (#955, #956) +* python-build: Add CPython 2.7.14, 3.4.7, 3.5.4 (#965, #971, #980) +* python-build: Add Jython 2.7.1 (#973) + ## v1.1.3 * python-build: Add CPython 3.6.2 (#951) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 9cd8d4df..5c2ee9e1 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.1.3" +version="1.1.4" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then