This commit is contained in:
Josh Friend 2020-03-13 08:38:35 -04:00
parent a7afd20bfc
commit 3005c46643
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.17
* python-build: Add CPython 3.8.2
* python-build: Add CPython 3.7.7 (#1553)
* python-build: Add Miniconda versions newer than 4.3.30 (#1361)
* python-build: Add Micropython 1.12 (#1542)
* python-build: Add Add CPython 3.9.0a4
* pyenv: Fix sed illegal byte sequence error (#1521)
## 1.2.16
* python-build: Add CPython 3.8.1 (#1497)

View file

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