From 367c6765ab2f61c58ec77c527dfb1dd72f4300ad Mon Sep 17 00:00:00 2001 From: Joe Siewert Date: Wed, 28 Mar 2018 18:15:40 -0600 Subject: [PATCH] Modify changelog to indicate CPython 3.6.5 (#1130) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8706dc..8437f18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.2.3 -* python-build: Add CPython 3.5.6 +* python-build: Add CPython 3.6.5 * python-build: Set openssl PKG_CONFIG_PATH for python 3.7 (#1117) * python-build: Add ActivePython versions 2.7.14, 3.5.4, 3.6.0 (#1113) * python-build: Unset `PIP_VERSION` before invoking `get-pip.py` as a workaround for `invalid truth value` error (#1124)