Bump version: v2.0.0b2

This commit is contained in:
Joe Rickerby
2021-07-09 22:18:03 +01:00
parent 718335b32d
commit 5e6ffa9f25
16 changed files with 26 additions and 22 deletions
+5 -1
View File
@@ -85,7 +85,7 @@ jobs:
- uses: actions/setup-python@v2
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.0.0b1
run: python -m pip install cibuildwheel==2.0.0b2
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -352,6 +352,10 @@ Changelog
_This release is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release._
_v2.0.0b2 (9 July 2021)_
- 🐛 Bug fix to the GitHub action (#753)
_v2.0.0b1 (9 July 2021)_
- 🐛 Bug fixes & docs improvements