mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 20:43:48 -05:00
Update changelog for 1.2.1 release
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
# Unreleased
|
## 1.2.1
|
||||||
|
|
||||||
|
* python-build: Add CPython 3.6.4
|
||||||
* python-build: Add PyPy[23] 5.10
|
* python-build: Add PyPy[23] 5.10
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|
||||||
version="1.2.0"
|
version="1.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
|
||||||
|
|||||||
Reference in New Issue
Block a user