Bump version: v2.1.2

This commit is contained in:
Joe Rickerby
2021-09-14 09:13:26 +01:00
parent 12ecb7fa4f
commit de80b4af95
17 changed files with 38 additions and 30 deletions
+9 -9
View File
@@ -84,7 +84,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.1.1
run: python -m pip install cibuildwheel==2.1.2
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -188,6 +188,14 @@ Changelog
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
### v2.1.2
_14 September 2021_
- 🛠 Updated CPython 3.10 to 3.10.0rc2
- 📚 Multiple docs updates
- 🐛 Improved warnings when built binaries are bundled into the container on Linux. (#807)
### v2.1.1
_7 August 2021_
@@ -222,14 +230,6 @@ _22 June 2021_
- ✨ Adds support building macOS universal2/arm64 wheels on Python 3.8.
### 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)
<!-- END bin/update_readme_changelog.py -->
---