Sfoglia il codice sorgente

v2.3.20

pull/2720/head v2.3.20
Anton Petrov 1 anno fa
parent
commit
43f40eca05
Impossibile ricavare la firma
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      libexec/pyenv---version

+ 5
- 0
CHANGELOG.md Vedi File

@ -1,5 +1,10 @@
# Version History
## Release v2.3.20
* Backport bpo-42351 to 3.5.10 by @native-api in https://github.com/pyenv/pyenv/pull/2717
* Add missing patches for Python 3.7/3.8/3.9 by @tomkins in https://github.com/pyenv/pyenv/pull/2718
## Release v2.3.19
* Add CPython 3.7.17, 3.8.17 and 3.9.17 by @edgarrmondragon in https://github.com/pyenv/pyenv/pull/2711

+ 1
- 1
libexec/pyenv---version Vedi File

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

Caricamento…
Annulla
Salva