Skip to content

Commit 08fb749

Browse files
bump: version 0.13.11 → 0.13.12
1 parent a4a909c commit 08fb749

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.13.12 (2024-06-21)
2+
3+
### Fix
4+
5+
- MToast show wrong position when its parent window in DCC
6+
17
## v0.13.11 (2024-06-21)
28

39
### Fix

dayu_widgets/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from __future__ import print_function
55

66

7-
__version__ = "0.13.11"
7+
__version__ = "0.13.12"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dayu_widgets"
3-
version = "0.13.11"
3+
version = "0.13.12"
44
description = "Components for PySide/PyQt."
55
homepage = "https://github.com/phenom-films/dayu_widgets"
66
repository = "https://github.com/phenom-films/dayu_widgets"
@@ -43,7 +43,7 @@ commitizen = {version = "^2.20.0", python = ">=3.6.1,<3.11"}
4343

4444
[tool.commitizen]
4545
name = "cz_conventional_commits"
46-
version = "0.13.11"
46+
version = "0.13.12"
4747
tag_format = "v$version"
4848
version_files = [
4949
"pyproject.toml:version",

0 commit comments

Comments
 (0)