From 08b4895b9c7cb3917c17686d22f0b9bc7224f4b4 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Mon, 18 Jun 2018 22:57:22 +0100 Subject: [PATCH] Changelog update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c56c6c55..cdce45f3 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,10 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.9.0 + +- Add support for Python 3.7 (#73) + ### 0.8.0 - Drop support for Python 3.3 on Linux (#67) @@ -424,12 +428,16 @@ Maintainers Credits ------- -`cibuildwheel` stands on the shoulders of giants. Massive props to- +`cibuildwheel` stands on the shoulders of giants. - ⭐️ @matthew-brett for [matthew-brett/multibuild](http://github.com/matthew-brett/multibuild) and [matthew-brett/delocate](http://github.com/matthew-brett/delocate) - @PyPA for the manylinux Docker images [pypa/manylinux](https://github.com/pypa/manylinux) - @ogrisel for [wheelhouse-uploader](https://github.com/ogrisel/wheelhouse-uploader) and `run_with_env.cmd` + +Massive props to- + - @zfrenchee for [help debugging many issues](https://github.com/joerick/cibuildwheel/issues/2) +- @lelit for some great bug reports and [contributions](https://github.com/joerick/cibuildwheel/pull/73) See also --------