mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
v1.2.5
This commit is contained in:
parent
334e413722
commit
4812e0387b
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
||||||
## Version History
|
## 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
|
## 1.2.4
|
||||||
|
|
||||||
* python-build: Add CPython 2.7.15
|
* python-build: Add CPython 2.7.15
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="1.2.4"
|
version="1.2.5"
|
||||||
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…
Reference in a new issue