File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
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
+
3
7
## Release v2.4.6
4
8
* CI: push MacOS jobs to MacOS 13 and 14 by @native-api in https://github.com/pyenv/pyenv/pull/3002
5
9
* Add 3.13.0b3t and exclude it from ` pyenv latest ` by @colesbury in https://github.com/pyenv/pyenv/pull/3001
Original file line number Diff line number Diff line change 12
12
set -e
13
13
[ -n " $PYENV_DEBUG " ] && set -x
14
14
15
- version=" 2.4.6 "
15
+ version=" 2.4.7 "
16
16
git_revision=" "
17
17
18
18
if cd " ${BASH_SOURCE%/* } " 2> /dev/null && git remote -v 2> /dev/null | grep -q pyenv; then
You can’t perform that action at this time.
0 commit comments