Skip to content

Commit a4be369

Browse files
committed
chore: bump version to 4.17.1
1 parent bdaca78 commit a4be369

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

astrbot/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.17.1"
1+
__version__ = "4.17.2"

astrbot/core/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
77

8-
VERSION = "4.17.1"
8+
VERSION = "4.17.2"
99
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
1010

1111
WEBHOOK_SUPPORTED_PLATFORMS = [

changelogs/v4.17.2.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## What's Changed
2+
3+
hotfix of 4.17.0
4+
5+
- 修复:MCP 服务器的 Tools 没有被正确添加到上下文中。
6+
- 修复:Electron 桌面应用部署时,系统自带插件未被正确加载的问题。
7+
- fix: Tools from MCP server were not properly added to context.
8+
- fix: built-in plugins were not properly loaded in Electron desktop application deployment.

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astrbot-desktop",
3-
"version": "4.17.1",
3+
"version": "4.17.2",
44
"description": "AstrBot desktop wrapper",
55
"private": true,
66
"main": "main.js",

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.17.1"
3+
version = "4.17.2"
44
description = "Easy-to-use multi-platform LLM chatbot and development framework"
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)