chore: bump version to 4.5.4

This commit is contained in:
Soulter
2025-11-07 14:28:51 +08:00
parent 39d6207fe1
commit 021ca8175b
3 changed files with 8 additions and 3 deletions

View File

@@ -2,9 +2,9 @@
import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
from astrbot.cdefaore.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.5.3"
VERSION = "4.5.4"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
# 默认配置

5
changelogs/v4.5.4.md Normal file
View File

@@ -0,0 +1,5 @@
## What's Changed
1. 修复Docker 镜像部分依赖问题导致某些情况下无法启动容器的问题;
2. 优化:插件卡片样式
3. 修复:部分情况下 Windows 一键启动部署时,更新 / 部署失败的问题;

View File

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