v1.0.2 (fixes #709)

This commit is contained in:
Yamashita, Yuu 2016-09-20 00:52:12 +00:00
parent 5be82cb363
commit d74daad8f5
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
## Version History
## 1.0.2
* python-build: Add CPython 3.6.0b1 (#699)
* python-build: Add anaconda[23] 4.1.1 (#701, #702)
* python-build: Add miniconda[23] 4.1.11 (#703, #704, #706)
* python-build: Remove `bin.orig` if exists to fix an issue with `--enable-framework` (#687, #700)
## 1.0.1
* python-build: Add CPython 3.6.0a4 (#673)

View file

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