Merge branch 'master' into azure-windows

This commit is contained in:
Joe Rickerby
2019-04-27 10:11:30 +01:00
5 changed files with 16 additions and 9 deletions
+10 -2
View File
@@ -119,7 +119,7 @@ jobs:
env: PIP=pip2
script:
- $PIP install cibuildwheel==0.10.1
- $PIP install cibuildwheel==0.10.2
- cibuildwheel --output-dir wheelhouse
```
@@ -192,7 +192,7 @@ jobs:
```
build_script:
- pip install cibuildwheel==0.10.1
- pip install cibuildwheel==0.10.2
- cibuildwheel --output-dir wheelhouse
artifacts:
- path: "wheelhouse\\*.whl"
@@ -498,6 +498,14 @@ This is similar to static linking, so it might have some licence implications. C
Changelog
=========
### 0.10.2
_10 March 2019_
- 🛠 Revert temporary fix in macOS, that was working around a bug in pip 19 (#129)
- 🛠 Update Python to 2.7.16 on macOS
- 🛠 Update OpenSSL patch to 1.0.2r on macOS
### 0.10.1
_3 February 2019_