Bump version: v2.2.2

This commit is contained in:
Joe Rickerby
2021-10-26 20:32:41 +01:00
parent 8a45128d8c
commit 2f4987fab9
17 changed files with 36 additions and 32 deletions
+8 -10
View File
@@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.2.1
run: python -m pip install cibuildwheel==2.2.2
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -189,6 +189,12 @@ Changelog
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
### v2.2.2
_26 October 2021_
- 🐛 Fix bug in the GitHub Action step causing a syntax error (#895)
### v2.2.1
_26 October 2021_
@@ -214,7 +220,7 @@ _22 October 2021_
- 🛠 Support for TOML 1.0 when reading config files, via the `tomli` package. (#876)
<sup>Note: This version is not available on PyPI due to some missing resources in the release files. Please use v2.2.1 instead.</sup>
<sup>Note: This version is not available on PyPI due to some missing resources in the release files. Please use a later version instead.</sup>
### v2.1.3
@@ -230,14 +236,6 @@ _14 September 2021_
- 📚 Multiple docs updates
- 🐛 Improved warnings when built binaries are bundled into the container on Linux. (#807)
### v2.1.1
_7 August 2021_
- ✨ Corresponding with the release of CPython 3.10.0rc1, which is ABI stable, cibuildwheel now builds CPython 3.10 by default - without the CIBW_PRERELEASE_PYTHONS flag.
<sup>Note: v2.1.0 was a bad release, it was yanked from PyPI.</sup>
<!-- END bin/update_readme_changelog.py -->
---