This commit is contained in:
Josh Friend 2020-01-06 08:06:57 -05:00
parent 4e0ba2f47d
commit ce0be04ad4
No known key found for this signature in database
GPG key ID: 3D61CC32D87F9CAF
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
## Version History
## 1.2.16
* python-build: Add CPython 3.8.1 (#1497)
* python-build: Add CPython 3.7.6 (#1498)
* python-build: Add CPython 3.6.10 (#1499)
* python-build: Add CPython 3.5.9 (#1448)
* python-build: Add PyPy 7.3.0 (1502)
## 1.2.15
* python-build: Add CPython 3.7.5 (#1423)

View file

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