From 3b847ab0aad4cf3ccda0703af8a11c5243ec941e Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 2 Apr 2018 15:50:59 +0100 Subject: [PATCH] Changelog updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a4611f61..b4fca73a 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,11 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.7.1 + +- macOS: Fix Pip bugs resulting from PyPI TLS 1.2 enforcement +- macOS: Fix brew Python3 version problems in the CI + ### 0.7.0 - You can now specify a custom docker image using the `CIBW_MANYLINUX1_X86_64_IMAGE` and `CIBW_MANYLINUX1_I686_IMAGE` options. (#46)