This commit is contained in:
Josh Friend 2019-10-31 16:06:07 -04:00
parent 9c7ec0ce0a
commit b5f69fe58a
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
## 1.2.15
* python-build: Add CPython 3.7.5 (#1423)
* python-build: Add CPython 2.7.17 (#1433)
* python-build: Add CPython 3.5.8 (#1441)
* python-build: Add PyPy 7.2.0 (#1418)
* python-build: Add anaconda3-2019.10 (#1427)
* pyenv-help: Show text for all pyenv commands in pyenv-help (#1421)
## 1.2.14
* python-build: Add CPython 3.8.0 (#1416)

View file

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