From 81befc15926fe94b015a0e47a60edb5085e26add Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 17 Feb 2026 02:38:47 +0300 Subject: [PATCH] 2.6.23 --- 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 3917cde2..2cbee365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Version History +## Release v2.6.23 +* Add CPython 3.15.0a6 by @native-api in https://github.com/pyenv/pyenv/pull/3403 + ## Release v2.6.22 * Add CPython 3.13.12 by @github-actions[bot] in https://github.com/pyenv/pyenv/pull/3401 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 88fbbd4f..22347395 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.22" +version="2.6.23" 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 3c91759d..10331324 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.22" +PYTHON_BUILD_VERSION="2.6.23" OLDIFS="$IFS"