This is an automated email from the ASF dual-hosted git repository. colinlee pushed a commit to branch fix_release_for_python_pypi_for_read_tree in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit cffd56be4bc5bd82b1ddae6b460573864e4a5c86 Author: ColinLee <[email protected]> AuthorDate: Mon Nov 24 00:16:13 2025 +0800 bump version. --- cpp/pom.xml | 2 +- pom.xml | 2 +- python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index 390a0b87..6dd8c908 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.1.4</version> + <version>2.1.5</version> </parent> <artifactId>tsfile-cpp</artifactId> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index 208c5755..f85b9f24 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.tsfile</groupId> <artifactId>tsfile-parent</artifactId> - <version>2.1.4</version> + <version>2.1.5</version> <packaging>pom</packaging> <name>Apache TsFile Project Parent POM</name> <properties> diff --git a/python/pyproject.toml b/python/pyproject.toml index 09a80bdd..f14350b6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta" [project] name = "tsfile" -version = "2.1.4" +version = "2.1.5" requires-python = ">=3.9" description = "TsFile Python" readme = {file = "README.md", content-type = "text/markdown"}
