1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

v2.2.5 Add new CPython versions

This commit is contained in:
Josh Friend
2022-03-16 16:58:43 -04:00
parent 0d949796ce
commit 3a95c969e1
11 changed files with 62 additions and 8 deletions

View File

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