From acfbc966145ba7b12a61bb29cdd1c5609966aee2 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Fri, 24 Mar 2017 11:36:21 -0500 Subject: [PATCH] V1.0.9 release (#877) * Update version to 1.0.9 --- CHANGELOG.md | 4 ++-- libexec/pyenv---version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4f6bd5..9b1fc621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## Version History -## Unreleased +## 1.0.9 -* pyenv: Migarte project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv +* pyenv: Migrate project site from https://github.com/yyuu/pyenv to https://github.com/pyenv/pyenv * python-build: Add PyPy2 5.7.0 (#872, #868) * python-build: Add PyPy3 5.7.0-beta (#871, #869) * python-build: Add CPython 3.6.1 (#873) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index dd252f8c..cb489004 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.0.8" +version="1.0.9" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then