Skip to content

Commit 2c92139

Browse files
committed
更新版本号为 v1.9.1
1 parent c466ce6 commit 2c92139

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 更新日志
22

3+
## v1.9.1
4+
5+
### 修复
6+
* 修复圆角菜单样式问题
7+
* 修复工具提示窗口置顶问题
8+
* 修复样式表管理器的遍历问题
9+
* 修复颜色对话框的光标位置问题
10+
* 修复文件夹设置卡的字体颜色问题
11+
312
## v1.9.0
413

514
### 新特性

qfluentwidgets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:license: GPLv3 for non-commercial project, see README for more details.
1313
"""
1414

15-
__version__ = "1.9.0"
15+
__version__ = "1.9.1"
1616
__author__ = "zhiyiYo"
1717

1818
from .components import *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="PyQt-Fluent-Widgets",
9-
version="1.9.0",
9+
version="1.9.1",
1010
keywords="pyqt fluent widgets",
1111
author="zhiyiYo",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)