From 9c1f4e169080cbd065b7674e5f7de3a77599fc81 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 18 Aug 2025 18:43:20 +0800 Subject: [PATCH] chore: release v4.2.0 --- pkg/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/constants.py b/pkg/utils/constants.py index 28d6e3e5..702856d2 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.1.2' +semantic_version = 'v4.2.0' required_database_version = 5 """Tag the version of the database schema, used to check if the database needs to be migrated"""