Skip to content

Commit 5e5317d

Browse files
bump: version 0.12.2 → 0.13.0
1 parent afe29a0 commit 5e5317d

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.13.0 (2023-09-25)
2+
3+
### Feat
4+
5+
- #66 support python 3.10
6+
17
## v0.12.2 (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.2"
7+
__version__ = "0.13.0"

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.2"
3+
version = "0.13.0"
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.12.2"
46+
version = "0.13.0"
4747
tag_format = "v$version"
4848
version_files = [
4949
"pyproject.toml:version",

0 commit comments

Comments
 (0)