Skip to content

Commit 2ce4fa7

Browse files
authored
bump version 4.1.1 (#808)
1 parent cc5348e commit 2ce4fa7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
版本变更历史
22
----------------------
33

4+
4.1.1 (2024-03-07)
5+
""""""""""""""""""""""
6+
- 缺陷修复
7+
8+
- 修复调节音量导致程序卡死的问题 #807
9+
- 修复 macOS 包不能运行的问题 #805
10+
411
4.1 (2024-02-21)
512
""""""""""""""""""""""
613

feeluown/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .consts import LOG_FILE
77

88

9-
__version__ = '4.1'
9+
__version__ = '4.1.1'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)