Skip to content

Commit 117ff50

Browse files
bump: version 0.10.1 → 0.11.0
1 parent 9496a41 commit 117ff50

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.11.0 (2021-12-28)
2+
3+
### Feat
4+
5+
- **MComboBox**: using MCompleter
6+
7+
### Refactor
8+
9+
- **MMenu**: clean up menu code
10+
- fix example application
11+
112
## v0.10.1 (2021-12-15)
213

314
### Refactor

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.10.1"
7+
__version__ = "0.11.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.10.1"
3+
version = "0.11.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"
@@ -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.10.1"
45+
version = "0.11.0"
4646
tag_format = "v$version"
4747
version_files = [
4848
"pyproject.toml:version",

0 commit comments

Comments
 (0)