diff --git a/CHANGELOG.md b/CHANGELOG.md index d947da67..146b8a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 5f548d19..8bfdfea3 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -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