From 2b221456707fddb887169cf2f6fb7ac30bfff684 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 4 Sep 2022 01:54:33 +0300 Subject: [PATCH] 2.3.4 --- CHANGELOG.md | 10 ++++++++++ libexec/pyenv---version | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c230e2..1919615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Version History +## Release 2.3.4 + +* Add CPython 3.11.0rc1 (#2434) +* Add support for multiple versions in `pyenv uninstall` (#2432) +* Add micropython 1.18 and 1.19.1 (#2443) +* CI: support Micropython, deleted scripts; build with -v (#2447) +* Re-allow paths in .python-version while still preventing CVE-2022-35861 (#2442) +* CI: Bump OS versions (#2448) +* Add Cinder 3.8 (#2433) + ## Release 2.3.3 * Use version sort in `pyenv versions` (#2405) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 906687ee..61e793cb 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.3.3" +version="2.3.4" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then