Bump version: v1.7.4

This commit is contained in:
Joe Rickerby
2021-01-02 11:47:05 +00:00
parent d3bcfe431f
commit 4be9285fc7
13 changed files with 25 additions and 19 deletions
+7 -1
View File
@@ -80,7 +80,7 @@ jobs:
name: Install Python
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.7.3
run: python -m pip install cibuildwheel==1.7.4
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
@@ -270,6 +270,12 @@ Changelog
<!--changelog-start-->
### 1.7.4
_2 January 2021_
- 🐛 Fix the PyPy virtualenv patch to work on macOS 10.14 (#506)
### 1.7.3
_1 January 2021_