Bump version: v1.12.0

This commit is contained in:
Joe Rickerby
2021-06-22 18:13:50 +01:00
parent 8734e0e4e6
commit bf3a5590c9
16 changed files with 29 additions and 23 deletions
+7 -1
View File
@@ -86,7 +86,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.11.1.post1
run: python -m pip install cibuildwheel==1.12.0
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -346,6 +346,12 @@ Changelog
<!--changelog-start-->
### v1.12.0
_22 June 2021_
- ✨ Adds support building universal2/arm64 wheels on Python 3.8.
### v1.11.1
_28 May 2021_