修复合并数据库功能

This commit is contained in:
xaoyaoo 2023-12-12 16:01:37 +08:00
parent edd501b8c5
commit 6c733ef76c
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# 更新日志
## v2.3.11 (2023-12-11)
### 优化
- 完善合并数据库逻辑
## v2.3.10 (2023-12-11)
### 优化

View File

@ -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.10"
version = "2.3.11"
install_requires = [
"psutil",