Skip to content

Commit adf3c2b

Browse files
committed
2.4.7
1 parent 50e726a commit adf3c2b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version History
22

3+
## Release v2.4.7
4+
* Add support for anaconda3-2024.06-1 by @binbjz in https://github.com/pyenv/pyenv/pull/3009
5+
* Fix debug build for X.Yt-dev by @native-api in https://github.com/pyenv/pyenv/pull/
6+
37
## Release v2.4.6
48
* CI: push MacOS jobs to MacOS 13 and 14 by @native-api in https://github.com/pyenv/pyenv/pull/3002
59
* Add 3.13.0b3t and exclude it from `pyenv latest` by @colesbury in https://github.com/pyenv/pyenv/pull/3001

libexec/pyenv---version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -e
1313
[ -n "$PYENV_DEBUG" ] && set -x
1414

15-
version="2.4.6"
15+
version="2.4.7"
1616
git_revision=""
1717

1818
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then

0 commit comments

Comments
 (0)