From b9ede4ae0e66b29f07401de2db097984ca84034a Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 4 Jun 2025 20:22:49 +0300 Subject: [PATCH] 2.6.1 --- CHANGELOG.md | 3 +++ libexec/pyenv---version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c125869..594b6bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Version History +## Release v2.6.1 +* Add CPython 3.9.23, 3.10.18, 3.11.13, 3.12.11, 3.13.4 by @nedbat in https://github.com/pyenv/pyenv/pull/3266 + ## Release v2.6.0 * python-build: Support patch paths with spaces/special characters by @native-api in https://github.com/pyenv/pyenv/pull/3251 * Add CODEOWNERS file by @native-api in https://github.com/pyenv/pyenv/pull/3247 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 9ea5ede7..521eddbe 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.0" +version="2.6.1" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then