diff --git a/CHANGELOG.md b/CHANGELOG.md index 8437f18e..06bb4bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Version History +## 1.2.4 + +* python-build: Add CPython 2.7.15 +* python-build: Add PyPy 6.0.0 +* python-build: Allow overriding HTTP client type based on environment variable `PYTHON_BUILD_HTTP_CLIENT` (#1126) +* python-build: Use version-specific `get-pip.py` when installing 2.6 and 3.2 (#1131) +* pyenv: Merge rbenv master (#1151) +* pyenv: Make `pyenv-rehash` safer for multiple processes (#1092) + ## 1.2.3 * python-build: Add CPython 3.6.5 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 38129a40..78b7a0ec 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="1.2.3" +version="1.2.4" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then