Skip to content

Commit

Permalink
修复合并数据库后无法播放语音
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Dec 12, 2023
1 parent 8015d0d commit 969b57b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 更新日志

## v2.3.10 (2023-12-11)

### 优化

- 修复合并数据库后无法播放语音的bug

## v2.3.9 (2023-12-11)

### 新功能
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

version = "2.3.9"
version = "2.3.10"

install_requires = [
"psutil",
Expand Down

0 comments on commit 969b57b

Please sign in to comment.