'Bump version: v1.10.1'

This commit is contained in:
Joe Rickerby
2021-05-01 18:23:18 +01:00
parent f0759803a3
commit 2c7c2c8fc7
16 changed files with 30 additions and 23 deletions
+8 -1
View File
@@ -86,7 +86,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.10.0
run: python -m pip install cibuildwheel==1.10.1
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -325,6 +325,13 @@ Changelog
<!--changelog-start-->
### v1.11.0
- 📚 Lots of docs improvements! (#650, #623, #616, #609, #606)
- 🐛 Fix nuget "Package is not found" error on Windows. (#653)
- ⚠️ cibuildwheel will no longer build Windows 2.7 wheels, unless you specify a custom toolchain using `DISTUTILS_USE_SDK=1` and `MSSdk=1`. This is because Microsoft have stopped distributing Visual C++ Compiler for Python 2.7. See [this FAQ entry](https://cibuildwheel.readthedocs.io/en/stable/faq/#windows-and-python-27) for more details. (#649)
- 🐛 Fix crash on Windows due to missing `which` command (#641).
### v1.10.0
_22 Feb 2021_