From bec9a562a59e48a730fe3320fe90c6999c82886c Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sat, 18 Jul 2026 22:02:09 +0300 Subject: [PATCH] 2.8.1 --- 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 5c74434e..1167b793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version History +## Release v2.8.1 +* pyenv-binary: add the `generate-installer` subcommand by @macayu17 in https://github.com/pyenv/pyenv/pull/3488 +* Add CPython 3.15.0b4 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3495 + ## Release v2.8.0 * CI: add_version enhancements by @native-api in https://github.com/pyenv/pyenv/pull/3480 * Add miniforge3-26.3.2-2, 26.3.2-3 by @native-api in https://github.com/pyenv/pyenv/pull/3481 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index c3399090..8ef0c9c2 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.8.0" +version="2.8.1" 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 8a1f7ef1..6c092680 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.8.0" +PYTHON_BUILD_VERSION="2.8.1" OLDIFS="$IFS"