From 2017dd0c25467caffd6b9d6749f80dc502128842 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Mon, 9 May 2016 00:45:51 +0000 Subject: [PATCH] v20160509 --- CHANGELOG.md | 6 ++++++ libexec/pyenv---version | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f319da..1f2b6e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 20160509 + +* python-build: Fixed wrong SHA256 of `pypy-5.1-linux_x86_64-portable.tar.bz2` (#586, #587) +* python-build: Added miniconda[23]-4.0.5 +* python-build: Added PyPy (Portable) 5.1.1 (#591, #592, #593) + ## 20160422 * python-build: Added PyPy 5.1 (#579) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index f629f3bc..2360fe00 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="20160422" +version="20160509" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then