From e68400b4039f8db7a5f60a671e613ca22c001106 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 1 Jul 2018 21:30:53 +0100 Subject: [PATCH] Update changelog --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7872d7ab..5d818c5f 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.2 + +- 🛠 Update Python 3.7.0rc1 to 3.7.0 on macOS (#79) + ### 0.9.1 - 🛠 Removed the need to use `{python}` and `{pip}` in `CIBW_BEFORE_BUILD` statements, by ensuring the correct version is always on the path at `python` and `pip` instead. (#60)