Skip to content

Commit 7d54943

Browse files
committed
update RN
1 parent d44d2bb commit 7d54943

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
under the License.
1919
2020
-->
21+
# Apache IoTDB 1.3.4-1
22+
23+
This is a bug-fix version of 1.3.4
24+
25+
- Fix the bug that will remove the data partition table by mistake in case of us/ns time precision and using ttl
2126

2227
# Apache IoTDB 1.3.4
2328

iotdb-core/ainode/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry]
2323
name = "apache-iotdb-ainode"
24-
version = "1.3.4"
24+
version = "1.3.4-1"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <[email protected]>"]
@@ -63,4 +63,4 @@ pmdarima = "^2.0.4"
6363
hmmlearn = "^0.3.0"
6464

6565
[tool.poetry.scripts]
66-
ainode = "iotdb.ainode.script:main"
66+
ainode = "iotdb.ainode.script:main"

0 commit comments

Comments
 (0)