File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install dev dependencies
27
27
run : |
28
28
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
33
30
- name : Flake8
34
31
run : |
35
32
flake8 .
Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ Possible sections in each release:
19
19
20
20
21
21
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
+
22
30
### [ v0.5.8] - 09-10-2021
23
31
24
32
Added:
Original file line number Diff line number Diff line change 8
8
from .base import * # noqa: F401,F403
9
9
from .gui import WgpuCanvasInterface # noqa: F401,F403
10
10
11
- __version__ = "0.5.8 "
11
+ __version__ = "0.5.9 "
12
12
version_info = tuple (map (int , __version__ .split ("." )))
13
13
14
14
You can’t perform that action at this time.
0 commit comments