From 08fb7493689c9a36026b60db377cb6aa2c5d6002 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 10:49:27 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.13.11=20=E2=86=92=200.13.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ dayu_widgets/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25951ee..ac9a61ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.13.12 (2024-06-21) + +### Fix + +- MToast show wrong position when its parent window in DCC + ## v0.13.11 (2024-06-21) ### Fix diff --git a/dayu_widgets/__version__.py b/dayu_widgets/__version__.py index 911c5f44..298d079d 100644 --- a/dayu_widgets/__version__.py +++ b/dayu_widgets/__version__.py @@ -4,4 +4,4 @@ from __future__ import print_function -__version__ = "0.13.11" +__version__ = "0.13.12" diff --git a/pyproject.toml b/pyproject.toml index 634ecda7..1172d33a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dayu_widgets" -version = "0.13.11" +version = "0.13.12" description = "Components for PySide/PyQt." homepage = "https://github.com/phenom-films/dayu_widgets" repository = "https://github.com/phenom-films/dayu_widgets" @@ -43,7 +43,7 @@ commitizen = {version = "^2.20.0", python = ">=3.6.1,<3.11"} [tool.commitizen] name = "cz_conventional_commits" -version = "0.13.11" +version = "0.13.12" tag_format = "v$version" version_files = [ "pyproject.toml:version",