From 3c8c28ebd5e262b5bc6e1ac9f0ddebf9e252e4ae Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 27 Sep 2025 20:45:50 +0800 Subject: [PATCH] chore: bump version to 4.2.0 --- astrbot/core/config/default.py | 2 +- changelogs/v4.2.0.md | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.2.0.md diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index 9a63350fb..4c2f999e4 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 = "4.1.7" +VERSION = "4.2.0" DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db") # 默认配置 diff --git a/changelogs/v4.2.0.md b/changelogs/v4.2.0.md new file mode 100644 index 000000000..b6c4e0bc3 --- /dev/null +++ b/changelogs/v4.2.0.md @@ -0,0 +1 @@ +# What's Changed \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4f52b233f..8683a0d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.1.7" +version = "4.2.0" description = "易上手的多平台 LLM 聊天机器人及开发框架" readme = "README.md" requires-python = ">=3.10"