Skip to content

Commit 12f0b00

Browse files
authored
bump version to 4.0 (#778)
1 parent c635436 commit 12f0b00

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
版本变更历史
22
----------------------
3+
4+
4.0 (2024-01-22)
5+
""""""""""""""""""""""
6+
7+
- 其它
8+
9+
- 随机展示“对贡献者的感谢”
10+
- 限制 aionowplaying 的最高版本
11+
312
4.0a1 (2024-01-21)
413
""""""""""""""""""""""
514
- 新特性

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.0a1'
9+
__version__ = '4.0'
1010

1111

1212
dict_config = {

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@
6969
'feeluown-bilibili>=0.3.1',
7070
],
7171
'macOS': [
72-
'aionowplaying>=0.9.4',
72+
'aionowplaying>=0.9.4,<0.10',
7373
],
7474
'win32': [
7575
'pyshortcuts',
76-
'aionowplaying>=0.9.4',
76+
'aionowplaying>=0.9.4,<0.10',
7777
],
7878
'webserver': ['sanic', 'websockets', 'json-rpc'],
7979
'webengine': ['PyQtWebEngine'],

0 commit comments

Comments
 (0)