diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 54d1907c8..51743defc 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -6,7 +6,7 @@ import os from astrbot.core.utils.astrbot_path import get_astrbot_data_path -VERSION = "3.5.23" +VERSION = "3.5.24" DB_PATH = os.path.join(get_astrbot_data_path(), "data_v3.db") # 默认配置 diff --git a/changelogs/v3.5.24.md b/changelogs/v3.5.24.md new file mode 100644 index 000000000..7e0eff884 --- /dev/null +++ b/changelogs/v3.5.24.md @@ -0,0 +1,10 @@ +# What's Changed + +> 新版本预告: v4.0.0 即将发布。 + +1. 新增: 添加对 ModelScope、Compshare(优云智算)的模版支持。 +2. 优化: 增加插件数据缓存,优化插件市场数据获取时的稳定性。 + +其他更新: + +1. 现已支持在 1Panel 平台通过应用商城快捷部署 AstrBot。详见:[在 1Panel 部署 AstrBot](https://docs.astrbot.app/deploy/astrbot/1panel.html) diff --git a/pyproject.toml b/pyproject.toml index 3cb7f2206..e0ecda9c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "3.5.23" +version = "3.5.24" description = "易上手的多平台 LLM 聊天机器人及开发框架" readme = "README.md" requires-python = ">=3.10"