From aa7c08ee002bfe0fd0f90c3eb95e9388b368f39d Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 21 Aug 2025 10:15:05 +0800 Subject: [PATCH] chore: release v4.2.1 --- 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 702856d2..8b620e41 100644 --- a/pkg/utils/constants.py +++ b/pkg/utils/constants.py @@ -1,4 +1,4 @@ -semantic_version = 'v4.2.0' +semantic_version = 'v4.2.1' required_database_version = 5 """Tag the version of the database schema, used to check if the database needs to be migrated"""