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
# Unreleased
## 1.2.1
* python-build: Add CPython 3.6.4
* python-build: Add PyPy[23] 5.10
## 1.2.0

View file

@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="1.2.0"
version="1.2.1"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q pyenv; then