mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
v2.2.1
This commit is contained in:
parent
df7ccfe0e8
commit
23dfe75b73
2 changed files with 15 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
## Release 2.2.1
|
||||||
|
|
||||||
|
* Add CPython 3.9.9 (#2162)
|
||||||
|
* Add CPython 3.9.8 (#2152)
|
||||||
|
* Add Add micropython 1.17 (#2158)
|
||||||
|
* Add Add micropython 1.16 (#2158)
|
||||||
|
* Patch 3.10.0 configure, fixes https://bugs.python.org/issue45350 (#2155)
|
||||||
|
* Use command and type instead of which (#2144)
|
||||||
|
* Add definition of pyenv help in COMMANDS.md #2139
|
||||||
|
* Use OpenSSL 1.0 for CPython 2.7.18
|
||||||
|
|
||||||
## Release 2.2.0
|
## Release 2.2.0
|
||||||
* Adding PyPy release 7.3.7 (Python 3.7 and 3.8). (#2132)
|
* Adding PyPy release 7.3.7 (Python 3.7 and 3.8). (#2132)
|
||||||
* Append Homebrew custom prefix to search path (#1957)
|
* Append Homebrew custom prefix to search path (#1957)
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="2.2.0"
|
version="2.2.1"
|
||||||
git_revision=""
|
git_revision=""
|
||||||
|
|
||||||
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then
|
||||||
|
|
Loading…
Reference in a new issue