diff --git a/CHANGELOG.md b/CHANGELOG.md index 8710a5fe..9ba93ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Version History +## 1.0.3 + +* python-build: Add CPython 3.6.0b3 (#731, #744) +* python-build: Add PyPy3.3 5.5-alpha (#734, #736) +* python-build: Stop specifying `--enable-unicode=ucs4` on OS X (#257, #726) +* python-build: Fix 3.6-dev and add 3.7-dev (#729, #730) +* python-build: Add a patch for https://bugs.python.org/issue26664 (#725) +* python-build: Add Pyston 0.5.1 (#718) +* python-build: Add Stackless 3.4.2 (#720) +* python-build: Add IronPython 2.7.6.3 (#716) +* python-build: Add Stackless 2.7.9 (#714) + ## 1.0.2 * python-build: Add CPython 3.6.0b1 (#699) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 8bfdfea3..1487c6de 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.0.2" +version="1.0.3" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then