diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bd9566..2b5d647e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Version History +## Release v2.6.5 +* Bump OpenSSL to 3.5.1 in the latest releases and branch tips in CPython 3.12 - 3.15 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3287 +* Add Jython 2.7.4 by @cesarcoatl in https://github.com/pyenv/pyenv/pull/3290 +* Add CPython 3.14.0rc1 by @nedbat in https://github.com/pyenv/pyenv/pull/3293 +* Add GraalPy 24.2.2 by @msimacek in https://github.com/pyenv/pyenv/pull/3291 + ## Release v2.6.4 * Backport bpo_36106 to 3.5.10 and 3.6.15 by @native-api in https://github.com/pyenv/pyenv/pull/3280 * (regression) Use Zlib from XCode SDK in MacOS without Homebrew or Macports by @native-api in https://github.com/pyenv/pyenv/pull/3282 diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 6878530a..ffa0d9aa 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.6.4" +version="2.6.5" 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 891605b9..eacf5658 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="20180424" +PYTHON_BUILD_VERSION="2.6.5" OLDIFS="$IFS"