This commit is contained in:
Josh Friend 2019-06-11 10:18:18 -04:00
parent 4157973301
commit a10c787f9b
No known key found for this signature in database
GPG key ID: 3D61CC32D87F9CAF
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
## Version History
## 1.2.12
* python-build: Find zlib from Xcode or brew on Mojave (#1353)
* python-build: Add PyPy 7.1.1 (#1335)
* python-build: Add CPython 3.8.0b1
## 1.2.11
* python-build: Fix `posix_close` name collision in 2.4 builds (#1321)

View file

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