File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121
2222[tool .poetry ]
2323name = " apache-iotdb-ainode"
24- version = " 1.3.4"
24+ version = " 1.3.4-1 "
2525description = " Apache IoTDB AINode"
2626readme = " README.md"
2727authors = [
" Apache Software Foundation <[email protected] >" ]
@@ -63,4 +63,4 @@ pmdarima = "^2.0.4"
6363hmmlearn = " ^0.3.0"
6464
6565[tool .poetry .scripts ]
66- ainode = " iotdb.ainode.script:main"
66+ ainode = " iotdb.ainode.script:main"
You can’t perform that action at this time.
0 commit comments