Bump version: v1.6.1

This commit is contained in:
Joe Rickerby
2020-09-20 17:36:35 +01:00
parent 26705eef1b
commit aacd0fe33c
11 changed files with 23 additions and 16 deletions
+8 -1
View File
@@ -82,7 +82,7 @@ env:
# Note: TWINE_PASSWORD is set to a PyPI API token in Travis settings
install:
- python3 -m pip install cibuildwheel==1.6.0
- python3 -m pip install cibuildwheel==1.6.1
script:
# build the wheels, put them into './wheelhouse'
@@ -159,6 +159,13 @@ This is similar to static linking, so it might have some licence implications. C
Changelog
=========
### 1.6.1
_20 September 2020_
- 🛠 Add PPC64LE manylinux image supporting Python 3.9. (#436)
- 📚 Add project URLs to PyPI listing (#428)
### 1.6.0
_9 September 2020_