File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
3
+ ## Release v2.5.3
4
+ * Add PyPy v7.3.18 by @dand-oss in https://github.com/pyenv/pyenv/pull/3184
5
+ * Add Miniconda3 25.1.1-0 by @binbjz in https://github.com/pyenv/pyenv/pull/3190
6
+ * Add miniforge3-25.1.1-0, miniforge3-24.11.3-0 by @native-api in https://github.com/pyenv/pyenv/pull/3191
7
+ * Add CPython 3.14.0a5 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/3194
8
+ * Add Miniconda3 25.1.1-1 by @binbjz in https://github.com/pyenv/pyenv/pull/3192
9
+ * Update hashes for Python 3.14.0a5 tarballs by @jsirois in https://github.com/pyenv/pyenv/pull/3196
10
+ * rehash: Do not execute conda-specific code if conda is not installed by @ChristianFredrikJohnsen in https://github.com/pyenv/pyenv/pull/3151
11
+
3
12
## Release v2.5.2
4
13
* Fix OpenSSL version parsing in python-build script by @threadflow in https://github.com/pyenv/pyenv/pull/3181
5
14
* Add GraalPy 24.1.2 by @msimacek in https://github.com/pyenv/pyenv/pull/3176
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.5.2 "
15
+ version=" 2.5.3 "
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