Browse Source

2.6.26

pull/3424/head v2.6.26
Ivan Pozdeev 4 months ago
parent
commit
174c61526f
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
3 changed files with 9 additions and 2 deletions
  1. +7
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version
  3. +1
    -1
      plugins/python-build/bin/python-build

+ 7
- 0
CHANGELOG.md View File

@ -1,5 +1,12 @@
# Version History
## Release v2.6.26
* versions: fast path for --bare --skip-aliases by @jakelodwick in https://github.com/pyenv/pyenv/pull/3411
* Fix MacPorts OpenSSL formula detection by @tekintian in https://github.com/pyenv/pyenv/pull/3417
* rehash: streamline executables discovery; fix regression by @native-api in https://github.com/pyenv/pyenv/pull/3418
* rehash: simplify source.bash pipeline by @jakelodwick in https://github.com/pyenv/pyenv/pull/3419
* Add CPython 3.15.0a7 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3421
## Release v2.6.25
* Add miniforge3-26.1.0-0 by @native-api in https://github.com/pyenv/pyenv/pull/3413
* Add CPython 3.12.13 by @pyenv-bot[bot] in https://github.com/pyenv/pyenv/pull/3414

+ 1
- 1
libexec/pyenv---version View File

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="2.6.25"
version="2.6.26"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

+ 1
- 1
plugins/python-build/bin/python-build View File

@ -14,7 +14,7 @@
# -g/--debug Build a debug version
#
PYTHON_BUILD_VERSION="2.6.25"
PYTHON_BUILD_VERSION="2.6.26"
OLDIFS="$IFS"

Loading…
Cancel
Save