Skip to content

Commit c59ef11

Browse files
authored
chore: bump version to 4.26.0-beta.12 (#8934)
1 parent 05148df commit c59ef11

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

astrbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import logging
22

3-
__version__ = "4.26.0-beta.11"
3+
__version__ = "4.26.0-beta.12"
44
logger = logging.getLogger("astrbot")

changelogs/v4.26.0-beta.12.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "AstrBot"
3-
version = "4.26.0-beta.11"
3+
version = "4.26.0-beta.12"
44
description = "Easy-to-use multi-platform LLM chatbot and development framework"
55
readme = "README.md"
66
license = { text = "AGPL-3.0-or-later" }

0 commit comments

Comments
 (0)