From 57ec277d6a476b8ecc7a254c2ad69bf65e464187 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 4 Feb 2026 03:52:39 +0300 Subject: [PATCH] 2.6.22 --- CHANGELOG.md | 3 +++ libexec/pyenv---version | 2 +- plugins/python-build/bin/python-build | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f274b3bb..3917cde2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Version History +## Release v2.6.22 +* Add CPython 3.13.12 by @github-actions[bot] in https://github.com/pyenv/pyenv/pull/3401 + ## 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 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 00b81e3a..88fbbd4f 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.21" +version="2.6.22" 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 8d219a6e..3c91759d 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.21" +PYTHON_BUILD_VERSION="2.6.22" OLDIFS="$IFS"