Skip to content

Commit 4db5fd4

Browse files
authored
bump version 3.8.15 (#732)
1 parent 9a7e488 commit 4db5fd4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.rst

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

4+
3.8.15 (2023-10-24)
5+
""""""""""""""""""""""
6+
- 功能增强
7+
- 提供接口,支持创建/删除歌单
8+
9+
- 缺陷修复
10+
- 修复本地音乐和 pydantic 的兼容性问题
11+
- 修复歌曲详情页面太宽的问题
12+
413
3.8.14 (2023-08-15)
514
""""""""""""""""""""""
615
- 功能增强

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__ = '3.8.14'
9+
__version__ = '3.8.15'
1010

1111

1212
dict_config = {

0 commit comments

Comments
 (0)