Update changelog for 1.2.1 release
This commit is contained in:
parent
978d8e0f9a
commit
b704c4242c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user