From 6d8c0e40216efd7b049f98493c1da0afb47dd38b Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 3 Feb 2026 23:46:41 +0300 Subject: [PATCH] 2.6.21 --- CHANGELOG.md | 4 ++++ libexec/pyenv---version | 2 +- plugins/python-build/bin/python-build | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc92f0f9..f274b3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version History +## Release v2.6.21 +* Add GraalPy 25.0.2 by @msimacek in https://github.com/pyenv/pyenv/pull/3395 +* Add CPython 3.14.3 by @github-actions[bot] in https://github.com/pyenv/pyenv/pull/3400 + ## Release v2.6.20 * CI: adjust CPython PR generation logic by @native-api in https://github.com/pyenv/pyenv/pull/3392 * Add CPython 3.15.0a5 by @nedbat in https://github.com/pyenv/pyenv/pull/3393 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 72164ea8..00b81e3a 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.20" +version="2.6.21" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 5a0d4b48..8d219a6e 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -14,7 +14,7 @@ # -g/--debug Build a debug version # -PYTHON_BUILD_VERSION="2.6.20" +PYTHON_BUILD_VERSION="2.6.21" OLDIFS="$IFS"