chore: bump version to 4.26.0-beta.12 (#8934)

This commit is contained in:
Weilong Liao
2026-06-21 14:12:07 +08:00
committed by GitHub
parent 05148dfdd9
commit c59ef11128
3 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import logging
__version__ = "4.26.0-beta.11"
__version__ = "4.26.0-beta.12"
logger = logging.getLogger("astrbot")

View File

@@ -0,0 +1,7 @@
## What's Changed
<!-- Review, group, and polish these entries before publishing. -->
- fix: 修复提供商源修改 ID 后保存被静默还原的问题 (#8915) (42ca89d6c)
- fix: created unnecessary data dir when executing astrbot command (#8932) (39d425316)
- fix: add sdist build artifact path to allow dashboard artifact to be included (#8933) (05148dfdd)

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.26.0-beta.11"
version = "4.26.0-beta.12"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }