Skip to content

Commit

Permalink
bump version to 0.7.5 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korijn authored Mar 17, 2022
1 parent 47de380 commit 54e3780
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.7.5] - 17-03-2022

Fixed:

* Mouse down events were not emitted during double clicks in the Qt canvas.
* Mouse move events were not emitted no button is pressed in the Qt canvas.


### [v0.7.4] - 04-02-2022

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# -- Project information -----------------------------------------------------

project = "wgpu-py"
copyright = "2020-2021, Almar Klein, Korijn van Golen"
copyright = "2020-2022, Almar Klein, Korijn van Golen"
author = "Almar Klein, Korijn van Golen"
release = wgpu.__version__

Expand Down
2 changes: 1 addition & 1 deletion wgpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .base import * # noqa: F401,F403
from .gui import WgpuCanvasInterface # noqa: F401,F403

__version__ = "0.7.4"
__version__ = "0.7.5"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit 54e3780

Please sign in to comment.