From ea6085e3f37f94a02da770fa46d5662f58abfb9e Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 8 Oct 2022 20:49:49 +0300 Subject: [PATCH] 2.3.5 --- CHANGELOG.md | 13 +++++++++++++ libexec/pyenv---version | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1919615a..b5282f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## Version History +## Release 2.3.5 + +* Add CPython 3.10.7 (#2454) +* Docs: update Fish PATH update (#2449) +* Add CPython 3.7.14, 3.8.14 and 3.9.14 (#2456) +* Update miniconda3-3.9-4.12.0 (#2460) +* Add CPython 3.11.0rc2 (#2459) +* Add patches for 3.7.14 to support Apple Silicon (#2463) +* Add ability to skip all use of Homebrew (#2464) +* Drop Travis integration (#2468) +* Build CPython 3.12+ with --with-dsymutil in MacOS (#2471) +* Add Pyston 2.3.5 (#2476) + ## Release 2.3.4 * Add CPython 3.11.0rc1 (#2434) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 61e793cb..4ac0d559 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.3.4" +version="2.3.5" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then