This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/1.3.4-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 7d54943c0a11203d4a041e6479e9d9f1a2b434b0 Author: HTHou <[email protected]> AuthorDate: Sat May 17 22:52:24 2025 +0800 update RN --- RELEASE_NOTES.md | 5 +++++ iotdb-core/ainode/pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a397608990f..ed6bae86d29 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -18,6 +18,11 @@ under the License. --> +# Apache IoTDB 1.3.4-1 + +This is a bug-fix version of 1.3.4 + +- Fix the bug that will remove the data partition table by mistake in case of us/ns time precision and using ttl # Apache IoTDB 1.3.4 diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index dd3252d424a..f3bf4251773 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "apache-iotdb-ainode" -version = "1.3.4" +version = "1.3.4-1" description = "Apache IoTDB AINode" readme = "README.md" authors = ["Apache Software Foundation <[email protected]>"] @@ -63,4 +63,4 @@ pmdarima = "^2.0.4" hmmlearn = "^0.3.0" [tool.poetry.scripts] -ainode = "iotdb.ainode.script:main" \ No newline at end of file +ainode = "iotdb.ainode.script:main"
