From 8ff6507f802096948d247219d127271609ef0d71 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 29 May 2022 19:50:13 +0300 Subject: [PATCH] 2.3.1 --- CHANGELOG.md | 10 ++++++++++ libexec/pyenv---version | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb4f796..9a1a3142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## 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 * Bump openssl 1.1 to 1.1.1n for CPython 3.7 3.8 3.9 (#2276) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 765e41cc..a27dcfcd 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.3.0" +version="2.3.1" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then