From 3441980e83bb1c5fdb2f1734ae4dab694d10ef71 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 15 Jan 2026 07:05:06 +0300 Subject: [PATCH] 2.6.20 --- 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 5ee619be..bc92f0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version History +## 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 + ## Release v2.6.19 * Add CPython 3.15.0a4 by @nedbat in https://github.com/pyenv/pyenv/pull/3390 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 23beb12a..72164ea8 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.19" +version="2.6.20" 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 76d83531..5a0d4b48 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.19" +PYTHON_BUILD_VERSION="2.6.20" OLDIFS="$IFS"