Skip to content

Commit

Permalink
bump: version 0.13.10 → 0.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 21, 2024
1 parent 03411f9 commit a13a4d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.13.11 (2024-06-21)

### Fix

- MMessage show wrong position when its parent window in DCC

## v0.13.10 (2024-06-21)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion dayu_widgets/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from __future__ import print_function


__version__ = "0.13.10"
__version__ = "0.13.11"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dayu_widgets"
version = "0.13.10"
version = "0.13.11"
description = "Components for PySide/PyQt."
homepage = "https://github.com/phenom-films/dayu_widgets"
repository = "https://github.com/phenom-films/dayu_widgets"
Expand Down Expand Up @@ -43,7 +43,7 @@ commitizen = {version = "^2.20.0", python = ">=3.6.1,<3.11"}

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.13.10"
version = "0.13.11"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit a13a4d3

Please sign in to comment.