瀏覽代碼
v1.2.5
pull/1178/head
v1.2.5
Josh Friend
8 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 3D61CC32D87F9CAF
共有
2 個檔案被更改,包括
8 行新增 和
1 行删除
-
CHANGELOG.md
-
libexec/pyenv---version
|
|
|
@ -1,5 +1,12 @@ |
|
|
|
## Version History |
|
|
|
|
|
|
|
## 1.2.5 |
|
|
|
|
|
|
|
* python-build: Add CPython 3.7.0 (#1177) |
|
|
|
* python-build: Add micropython 1.9.4 (#1160) |
|
|
|
* python-build: Add anaconda[23]-5.2.0 (#1165) |
|
|
|
* pyenv: Fix `seq(1)` is not available on OpenBSD (#1166) |
|
|
|
|
|
|
|
## 1.2.4 |
|
|
|
|
|
|
|
* python-build: Add CPython 2.7.15 |
|
|
|
|
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
set -e |
|
|
|
[ -n "$PYENV_DEBUG" ] && set -x |
|
|
|
|
|
|
|
version="1.2.4" |
|
|
|
version="1.2.5" |
|
|
|
git_revision="" |
|
|
|
|
|
|
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then |
|
|
|
|