chore: bump version to 4.10.2

This commit is contained in:
Soulter
2025-12-24 21:55:05 +08:00
parent 76c66000a7
commit eaee98d4b8
4 changed files with 12 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "4.10.1"
__version__ = "4.10.2"

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.1"
VERSION = "4.10.2"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
WEBHOOK_SUPPORTED_PLATFORMS = [

9
changelogs/v4.10.2.md Normal file
View File

@@ -0,0 +1,9 @@
## What's Changed
### 修复
1. ‼️‼️ 修复了由 `psutil` 新版本导致的启动时报错的问题。
### 新增
1. 插件指令管理支持管理别名。

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.10.1"
version = "4.10.2"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
requires-python = ">=3.10"