chore: bump version to 4.10.5

This commit is contained in:
Soulter
2025-12-31 17:58:28 +08:00
parent c61d62edb6
commit 510290fe0e
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "4.10.4"
__version__ = "4.10.5"
+1 -1
View File
@@ -5,7 +5,7 @@ from typing import Any, TypedDict
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.10.4"
VERSION = "4.10.5"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
WEBHOOK_SUPPORTED_PLATFORMS = [
+5
View File
@@ -0,0 +1,5 @@
## What's Changed
hotfix of v4.10.4
fix: 部分配置项的输入框不显示,如飞书机器人配置的部分配置项。(#4268
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.10.4"
version = "4.10.5"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"