V1.0.9 release (#877)

* Update version to 1.0.9
This commit is contained in:
Samuel Villamonte 2017-03-24 11:36:21 -05:00 committed by GitHub
parent df52586134
commit acfbc96614
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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