Skip to content

Commit

Permalink
2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
native-api committed Aug 7, 2024
1 parent 11efbdc commit 9ecd803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Version History

## Release v2.4.10
* Add CPython 3.12.5 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3030

## Release v2.4.9
* Add miniforge3-24.3.0-0 by @goerz in https://github.com/pyenv/pyenv/pull/3028
* Add CPython 3.13.0rc1 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3029
Expand Down
2 changes: 1 addition & 1 deletion libexec/pyenv---version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x

version="2.4.9"
version="2.4.10"
git_revision=""

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

0 comments on commit 9ecd803

Please sign in to comment.