diff --git a/astrbot/__init__.py b/astrbot/__init__.py index 4b38d91ad..a6a5bc5ce 100644 --- a/astrbot/__init__.py +++ b/astrbot/__init__.py @@ -1,4 +1,4 @@ import logging -__version__ = "4.26.0-beta.11" +__version__ = "4.26.0-beta.12" logger = logging.getLogger("astrbot") diff --git a/changelogs/v4.26.0-beta.12.md b/changelogs/v4.26.0-beta.12.md new file mode 100644 index 000000000..96adb50b5 --- /dev/null +++ b/changelogs/v4.26.0-beta.12.md @@ -0,0 +1,7 @@ +## What's Changed + + + +- 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) diff --git a/pyproject.toml b/pyproject.toml index 05eca5be7..17c30e290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }