From 78b9cee98e442c16d3f6ce4eecece932e1eb170b Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Fri, 22 Apr 2016 08:53:33 -0400 Subject: [PATCH] v20160422 --- CHANGELOG.md | 4 ++++ libexec/pyenv---version | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3498f538..d3f319da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## Unreleased +## 20160422 + * python-build: Added PyPy 5.1 (#579) * python-build: Added PyPy 5.1 Portable * python-build: Added PyPy 5.0.1 (#558) * python-build: Added PyPy 5.0.1 Portable * python-build: Added PyPy 5.0 Portable +* python-build: Added anaconda[23]-4.0.0 (#572) +* python-build: Added Jython 2.7.1b3 (#557) ## 20160310 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index dc05ee4a..f629f3bc 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20160310" +version="20160422" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then