From 89b25b898562f6ccc9302dbf5c541ebe685fd7ab Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 29 Aug 2025 17:01:26 +0800 Subject: [PATCH] chore: release v4.2.2 --- pkg/utils/constants.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index 8b620e41..74fe232b 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.2.1' +semantic_version = 'v4.2.2' required_database_version = 5 """Tag the version of the database schema, used to check if the database needs to be migrated""" diff --git a/pyproject.toml b/pyproject.toml index b12db3e1..ef1e174b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langbot" -version = "4.1.0" +version = "4.2.2" description = "高稳定、支持扩展、多模态 - 大模型原生即时通信机器人平台" readme = "README.md" requires-python = ">=3.10.1"