mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
2.3.1
This commit is contained in:
parent
0930533d92
commit
8ff6507f80
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
## Release 2.3.1
|
||||||
|
|
||||||
|
* Version file read improvements (#2269)
|
||||||
|
* Add CPython 3.11.0b1 (#2358)
|
||||||
|
* Update 3.11-dev and add 3.12-dev (#2361)
|
||||||
|
* Add CPython 3.9.13 (#2372)
|
||||||
|
* Add miniconda 4.12.0 (#2371)
|
||||||
|
* Fix endless loop in `pyenv init -` under SSH in some shell setups (#2374)
|
||||||
|
* CI: Add tests for modified Python build scripts (#2286)
|
||||||
|
|
||||||
## Release 2.3.0
|
## Release 2.3.0
|
||||||
|
|
||||||
* Bump openssl 1.1 to 1.1.1n for CPython 3.7 3.8 3.9 (#2276)
|
* Bump openssl 1.1 to 1.1.1n for CPython 3.7 3.8 3.9 (#2276)
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="2.3.0"
|
version="2.3.1"
|
||||||
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