File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dev dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- pip install -U black flake8 pep8-naming
30- - name : Black
31- run : |
32- black --check .
29+ pip install -U black flake8 flake8-black pep8-naming
3330 - name : Flake8
3431 run : |
3532 flake8 .
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ Possible sections in each release:
1919
2020
2121
22+ ### [ v0.5.9] - 11-10-2021
23+
24+ Fixed:
25+
26+ * Include the correct binaries in macOS arm64 wheels
27+ * Options for arch argument of download-wgpu-native.py script
28+
29+
2230### [ v0.5.8] - 09-10-2021
2331
2432Added:
Original file line number Diff line number Diff line change 88from .base import * # noqa: F401,F403
99from .gui import WgpuCanvasInterface # noqa: F401,F403
1010
11- __version__ = "0.5.8 "
11+ __version__ = "0.5.9 "
1212version_info = tuple (map (int , __version__ .split ("." )))
1313
1414
You can’t perform that action at this time.
0 commit comments