Update changelog for 1.2.1 release

This commit is contained in:
Josh Friend 2018-01-10 08:27:34 -05:00
parent 978d8e0f9a
commit b704c4242c
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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