Bump version: v2.1.3

This commit is contained in:
Joe Rickerby
2021-10-06 21:20:37 +01:00
parent 471565cbfa
commit e8db6ff3e0
17 changed files with 34 additions and 28 deletions
+7 -7
View File
@@ -84,7 +84,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.1.2
run: python -m pip install cibuildwheel==2.1.3
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -188,6 +188,12 @@ Changelog
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
### v2.1.3
_6 October 2021_
- 🛠 Updated CPython 3.10 to the 3.10.0 final release
### v2.1.2
_14 September 2021_
@@ -224,12 +230,6 @@ _16 July 2021_
- 🛠 Use the unified pypa/manylinux images to build PyPy (#671)
- 🐛 Numerous bug fixes & docs improvements
### v1.12.0
_22 June 2021_
- ✨ Adds support building macOS universal2/arm64 wheels on Python 3.8.
<!-- END bin/update_readme_changelog.py -->
---