Bump version: v1.11.1

This commit is contained in:
Joe Rickerby
2021-05-28 15:50:45 +01:00
parent dc127cd69d
commit 5ea360607d
16 changed files with 31 additions and 23 deletions
+9 -1
View File
@@ -86,7 +86,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.11.0
run: python -m pip install cibuildwheel==1.11.1
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -346,6 +346,14 @@ Changelog
<!--changelog-start-->
### v1.11.1
_28 May 2021_
- ✨ cibuildwheel is now part of the PyPA!
- 📚 Minor docs changes, fixing links related to the above transition
- 🛠 Update manylinux pins to the last version containing Python 2.7 and 3.5. (#674)
### v1.11.0
_1 May 2021_