From 9f8ce247266e1ab2a2075845cd50fc0b59e94cdb Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 23 Apr 2026 22:28:40 +0800 Subject: [PATCH] chore: bump version to 4.23.5 --- astrbot/cli/__init__.py | 2 +- astrbot/core/config/default.py | 2 +- changelogs/{v4.23.4.md => v4.23.5.md} | 0 pyproject.toml | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename changelogs/{v4.23.4.md => v4.23.5.md} (100%) diff --git a/astrbot/cli/__init__.py b/astrbot/cli/__init__.py index c1de2bce7..d996423cd 100644 --- a/astrbot/cli/__init__.py +++ b/astrbot/cli/__init__.py @@ -1 +1 @@ -__version__ = "4.23.4" +__version__ = "4.23.5" diff --git a/astrbot/core/config/default.py b/astrbot/core/config/default.py index cd493d13e..903f6c445 100644 --- a/astrbot/core/config/default.py +++ b/astrbot/core/config/default.py @@ -5,7 +5,7 @@ from typing import Any, TypedDict from astrbot.core.utils.astrbot_path import get_astrbot_data_path -VERSION = "4.23.4" +VERSION = "4.23.5" DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db") PERSONAL_WECHAT_CONFIG_METADATA = { "weixin_oc_base_url": { diff --git a/changelogs/v4.23.4.md b/changelogs/v4.23.5.md similarity index 100% rename from changelogs/v4.23.4.md rename to changelogs/v4.23.5.md diff --git a/pyproject.toml b/pyproject.toml index f4d7c376d..2cdfbc44e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "AstrBot" -version = "4.23.4" +version = "4.23.5" description = "Easy-to-use multi-platform LLM chatbot and development framework" readme = "README.md" license = { text = "AGPL-3.0-or-later" }