This commit is contained in:
Josh Friend 2017-07-17 09:12:51 -04:00
parent 37e4c2094f
commit 0314de0c73
No known key found for this signature in database
GPG key ID: 7B4392ADDFFDACD2
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
## Unreleased
## v1.1.3
* python-build: Add CPython 3.6.2 (#951)
## v1.1.2
* pyenv: Fix incorrect `pyenv --version` output in v1.1.1 (#947)

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.1.2"
version="1.1.3"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then