v1.2.9
This commit is contained in:
parent
337b92d95d
commit
3f39e8a944
@ -1,5 +1,13 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
## 1.2.9
|
||||||
|
|
||||||
|
* python-build: Add CPython 3.7.2 and CPython 3.6.8 (#1256)
|
||||||
|
* python-build: Add anaconda[23]-5.3.1 (#1246)
|
||||||
|
* python-build: Add Anaconda 2018.12 (#1259)
|
||||||
|
* python-build: Fix ironpython-dev git repo url (#1260)
|
||||||
|
* python-build: Add `OPENSSL_NO_SSL3` patch for CPython 3.3.7 (#1263)
|
||||||
|
|
||||||
## 1.2.8
|
## 1.2.8
|
||||||
|
|
||||||
* python-build: Add CPython 3.7.1
|
* python-build: Add CPython 3.7.1
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="1.2.8"
|
version="1.2.9"
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user