This commit is contained in:
Josh Friend 2018-05-01 13:51:00 -04:00
parent 3f8ea04cc2
commit 3faba7d47c
No known key found for this signature in database
GPG key ID: 3D61CC32D87F9CAF
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,14 @@
## Version History ## 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 ## 1.2.3
* python-build: Add CPython 3.6.5 * python-build: Add CPython 3.6.5

View file

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