Bump version: v1.5.4

This commit is contained in:
Joe Rickerby
2020-07-19 22:40:33 +01:00
parent cc4e8975c8
commit c0cb43800b
11 changed files with 23 additions and 16 deletions
+8 -1
View File
@@ -79,7 +79,7 @@ env:
# Note: TWINE_PASSWORD is set to a PyPI API token in Travis settings
install:
- python3 -m pip install cibuildwheel==1.5.3
- python3 -m pip install cibuildwheel==1.5.4
script:
# build the wheels, put them into './wheelhouse'
@@ -152,6 +152,13 @@ This is similar to static linking, so it might have some licence implications. C
Changelog
=========
### 1.5.4
_19 June 2020_
- 🐛 Fix a bug that would cause command substitutions in CIBW_ENVIRONMENT
variables to not interpret quotes in commands correctly (#406, #408)
### 1.5.3
_19 July 2020_