From 5af8d2fb128f672ef6d4d0371cda06a033305ede Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Tue, 3 Oct 2017 19:29:03 -0400 Subject: [PATCH] Update changelog for v1.1.5 --- CHANGELOG.md | 6 ++++++ libexec/pyenv---version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3850a5..cbcdf484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## v1.1.5 + +* python-build: Add CPython 3.6.3 +* python-build: Add CPython 3.7.0a1 +* python-build: Add Anaconda[23] 5.0.0 + ## v1.1.4 * pyenv: Workaround for scripts in `$PATH` which needs to be source'd (#100, #688, #953) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 5c2ee9e1..32319dae 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.1.4" +version="1.1.5" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then