This is an automated email from the ASF dual-hosted git repository.

ColinLeeo pushed a commit to branch rc/2.4.0_release_py
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit 5d77f249d341f7fe8b6262e109d666951f34bb55
Author: ColinLee <[email protected]>
AuthorDate: Thu Jul 23 20:57:59 2026 +0800

    Prepare 2.4.0 Python wheel release
---
 cpp/CMakeLists.txt    | 2 +-
 cpp/pom.xml           | 2 +-
 java/common/pom.xml   | 2 +-
 java/examples/pom.xml | 4 ++--
 java/pom.xml          | 4 ++--
 java/tools/pom.xml    | 6 +++---
 java/tsfile/pom.xml   | 4 ++--
 pom.xml               | 4 ++--
 python/pom.xml        | 2 +-
 python/pyproject.toml | 2 +-
 python/setup.py       | 2 +-
 11 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index ff925bec1..7328ce326 100755
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -29,7 +29,7 @@ endif ()
 if (POLICY CMP0079)
     cmake_policy(SET CMP0079 NEW)
 endif ()
-set(TsFile_CPP_VERSION 2.4.1.dev)
+set(TsFile_CPP_VERSION 2.4.0)
 
 if (MSVC)
     # MSVC does not provide a /std:c++11 flag; C++11 is its implicit baseline.
diff --git a/cpp/pom.xml b/cpp/pom.xml
index 4ac891bb1..352ee74de 100644
--- a/cpp/pom.xml
+++ b/cpp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>tsfile-cpp</artifactId>
     <packaging>pom</packaging>
diff --git a/java/common/pom.xml b/java/common/pom.xml
index ea093dbe2..0fa2c8528 100644
--- a/java/common/pom.xml
+++ b/java/common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-java</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>common</artifactId>
     <name>TsFile: Java: Common</name>
diff --git a/java/examples/pom.xml b/java/examples/pom.xml
index a56625c3d..aa3fc49ae 100644
--- a/java/examples/pom.xml
+++ b/java/examples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-java</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>examples</artifactId>
     <name>TsFile: Java: Examples</name>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>2.4.1-SNAPSHOT</version>
+            <version>2.4.0</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/java/pom.xml b/java/pom.xml
index 44a243008..117ec0194 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -24,10 +24,10 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>tsfile-java</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.0</version>
     <packaging>pom</packaging>
     <name>TsFile: Java</name>
     <modules>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 4d6bc9f71..ca84bdf79 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-java</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>tools</artifactId>
     <name>TsFile: Java: Tools</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>common</artifactId>
-            <version>2.4.1-SNAPSHOT</version>
+            <version>2.4.0</version>
         </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>tsfile</artifactId>
-            <version>2.4.1-SNAPSHOT</version>
+            <version>2.4.0</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml
index c46f651b1..0efe55366 100644
--- a/java/tsfile/pom.xml
+++ b/java/tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-java</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>tsfile</artifactId>
     <name>TsFile: Java: TsFile</name>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.tsfile</groupId>
             <artifactId>common</artifactId>
-            <version>2.4.1-SNAPSHOT</version>
+            <version>2.4.0</version>
         </dependency>
         <dependency>
             <groupId>com.github.luben</groupId>
diff --git a/pom.xml b/pom.xml
index dc7cc1597..4e85bdc21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.tsfile</groupId>
     <artifactId>tsfile-parent</artifactId>
-    <version>2.4.1-SNAPSHOT</version>
+    <version>2.4.0</version>
     <packaging>pom</packaging>
     <name>Apache TsFile Project Parent POM</name>
     <properties>
@@ -587,7 +587,7 @@
         
<connection>scm:git:ssh://[email protected]/apache/tsfile.git</connection>
         
<developerConnection>scm:git:ssh://[email protected]/apache/tsfile.git</developerConnection>
         <url>ssh://[email protected]:apache/tsfile.git</url>
-        <tag>HEAD</tag>
+        <tag>v2.4.0</tag>
     </scm>
     <issueManagement>
         <system>GitHub Issues</system>
diff --git a/python/pom.xml b/python/pom.xml
index 33efa0fcc..3f6b04db0 100644
--- a/python/pom.xml
+++ b/python/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tsfile</groupId>
         <artifactId>tsfile-parent</artifactId>
-        <version>2.4.1-SNAPSHOT</version>
+        <version>2.4.0</version>
     </parent>
     <artifactId>tsfile-python</artifactId>
     <packaging>pom</packaging>
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 30116208e..62d032245 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "tsfile"
-version = "2.4.1.dev"
+version = "2.4.0"
 requires-python = ">=3.9"
 description = "TsFile Python"
 readme = {file = "README.md", content-type = "text/markdown"}
diff --git a/python/setup.py b/python/setup.py
index a7a33c328..42ebe6a9b 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -30,7 +30,7 @@ from setuptools.command.build_ext import build_ext
 ROOT = Path(__file__).parent.resolve()
 PKG = ROOT / "tsfile"
 
-version = "2.4.1.dev"
+version = "2.4.0"
 
 
 def _find_cpp_build():

Reply via email to