Skip to content

Commit 54e3780

Browse files
authored
bump version to 0.7.5 (#246)
1 parent 47de380 commit 54e3780

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Possible sections in each release:
1818
* Security: in case of vulnerabilities.
1919

2020

21+
### [v0.7.5] - 17-03-2022
22+
23+
Fixed:
24+
25+
* Mouse down events were not emitted during double clicks in the Qt canvas.
26+
* Mouse move events were not emitted no button is pressed in the Qt canvas.
27+
28+
2129
### [v0.7.4] - 04-02-2022
2230

2331
Fixed:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# -- Project information -----------------------------------------------------
5858

5959
project = "wgpu-py"
60-
copyright = "2020-2021, Almar Klein, Korijn van Golen"
60+
copyright = "2020-2022, Almar Klein, Korijn van Golen"
6161
author = "Almar Klein, Korijn van Golen"
6262
release = wgpu.__version__
6363

wgpu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .base import * # noqa: F401,F403
99
from .gui import WgpuCanvasInterface # noqa: F401,F403
1010

11-
__version__ = "0.7.4"
11+
__version__ = "0.7.5"
1212
version_info = tuple(map(int, __version__.split(".")))
1313

1414

0 commit comments

Comments
 (0)