Bump version: v2.0.1

This commit is contained in:
Joe Rickerby
2021-07-25 14:39:54 +01:00
parent de753937f4
commit 2de5bf4b90
16 changed files with 29 additions and 22 deletions
+8 -1
View File
@@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.0.0
run: python -m pip install cibuildwheel==2.0.1
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -354,6 +354,13 @@ Changelog
<!--changelog-start-->
### v2.0.1
_25 July 2021_
- 📚 Docs improvements (#767)
- 🛠 Dependency updates, including delocate 0.9.0.
### v2.0.0 🎉
_16 July 2021_