This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.1.3 in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit cc635e3130934fd57be1a2d2b1fca1b111ba54a2 Author: HTHou <[email protected]> AuthorDate: Sat Dec 20 18:52:10 2025 +0800 update version --- cpp/pom.xml | 2 +- python/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index a416f405..decff2f1 100644 --- a/cpp/pom.xml +++ b/cpp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.1.3-251212-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/python/pom.xml b/python/pom.xml index d222ab5f..e024e9f1 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>1.1.3-251212-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>tsfile-python</artifactId> <packaging>pom</packaging>
