From a71a378dacd210f5673550ff923715bf4d04324f Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Thu, 12 Jun 2025 13:19:45 +0300 Subject: [PATCH] 2.6.2 --- CHANGELOG.md | 3 +++ libexec/pyenv---version | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594b6bb7..37ca67bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Version History +## Release v2.6.2 +* Add CPython 3.13.5 by @nedbat in https://github.com/pyenv/pyenv/pull/3269 + ## 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 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 521eddbe..a4490538 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.1" +version="2.6.2" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then