From 969b57ba08f497a076ff982dad7db7530960d4a0 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 12 Dec 2023 15:05:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=88=E5=B9=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=90=8E=E6=97=A0=E6=B3=95=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E8=AF=AD=E9=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 6230913..6806dbb 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## v2.3.10 (2023-12-11) + +### 优化 + +- 修复合并数据库后无法播放语音的bug + ## v2.3.9 (2023-12-11) ### 新功能 diff --git a/setup.py b/setup.py index 2d2dac5..64f8403 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages 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",