Skip to content

Commit

Permalink
V1.0.9 release (pyenv#877)
Browse files Browse the repository at this point in the history
* Update version to 1.0.9
  • Loading branch information
Samureus authored Mar 24, 2017
1 parent df52586 commit acfbc96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion libexec/pyenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acfbc96

Please sign in to comment.