Skip to content

Commit 0dda227

Browse files
bump: version 0.12.1 → 0.12.2
1 parent 3d856d5 commit 0dda227

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.12.2 (2023-08-17)
2+
3+
### Fix
4+
5+
- #67 fix MToolButon set_dayu_size use a custom value, not work
6+
17
## v0.12.1 (2023-08-17)
28

39
### Fix

dayu_widgets/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from __future__ import print_function
55

66

7-
__version__ = "0.12.1"
7+
__version__ = "0.12.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dayu_widgets"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "Components for PySide/PyQt."
55
homepage = "https://github.com/phenom-films/dayu_widgets"
66
repository = "https://github.com/phenom-films/dayu_widgets"
@@ -42,7 +42,7 @@ commitizen = {version = "^2.20.0", python = ">=3.6.1,<3.10"}
4242

4343
[tool.commitizen]
4444
name = "cz_conventional_commits"
45-
version = "0.12.1"
45+
version = "0.12.2"
4646
tag_format = "v$version"
4747
version_files = [
4848
"pyproject.toml:version",

0 commit comments

Comments
 (0)