From a0c5fe42e9c47ab555a703abe0f5c3230cdb6081 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Fri, 9 Sep 2016 05:26:30 +0000 Subject: [PATCH] v1.0.1 (#694) --- CHANGELOG.md | 6 +++--- libexec/pyenv---version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5364043..d947da67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ## Version History -## Unreleased +## 1.0.1 * python-build: Add CPython 3.6.0a4 (#673) -* python-build: Add PyPy2 5.4 (#683, #684) -* python-build: Add PyPy Portable 5.4 (#685, #686) +* python-build: Add PyPy2 5.4, 5.4.1 (#683, #684, #695, #697) +* python-build: Add PyPy Portable 5.4, 5.4.1 (#685, #686, #696) * python-build: Make all HTTP source URLs to HTTPS (#680) ## 1.0.0 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 391ca75b..5f548d19 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.0.0" +version="1.0.1" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then