mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
chore: bump version to 4.26.0-beta.12 (#8934)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import logging
|
||||
|
||||
__version__ = "4.26.0-beta.11"
|
||||
__version__ = "4.26.0-beta.12"
|
||||
logger = logging.getLogger("astrbot")
|
||||
|
||||
7
changelogs/v4.26.0-beta.12.md
Normal file
7
changelogs/v4.26.0-beta.12.md
Normal 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)
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user