From 23dfe75b7385ba4a99eea9c874f9f0cf00428172 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Sat, 20 Nov 2021 09:04:59 -0500 Subject: [PATCH] v2.2.1 --- CHANGELOG.md | 17 ++++++++++++++--- libexec/pyenv---version | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 710b26d0..d334e5e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,25 @@ ## 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 * Adding PyPy release 7.3.7 (Python 3.7 and 3.8). (#2132) * Append Homebrew custom prefix to search path (#1957) -* Add documentation for init command (#2125) -* Add setup instructions for the case when one installs Pyenv as part of a batch job (#2127) +* Add documentation for init command (#2125) +* Add setup instructions for the case when one installs Pyenv as part of a batch job (#2127) * Add documentation for completions command (#2126) * Default --with-universal-archs to universal2 on Apple Silicon (#2122) * Update README.md (#2120) -* Add GraalPython 21.3.0 (#2117) +* Add GraalPython 21.3.0 (#2117) * Pypy ver 7.3.6 - python 3.7 and python 3.8 (#2111) * Discover Tcl/Tk reliably and use active version (#2106) * Fish installation instructions (#2104) diff --git a/libexec/pyenv---version b/libexec/pyenv---version index 982f69ea..9f418a56 100755 --- a/libexec/pyenv---version +++ b/libexec/pyenv---version @@ -12,7 +12,7 @@ set -e [ -n "$PYENV_DEBUG" ] && set -x -version="2.2.0" +version="2.2.1" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then