Skip to content

Commit 56a821e

Browse files
xiaoyekanrenqiaojialin
andauthored
update jdbc and client-py's version to release 0.13.2 (#7202)
Co-authored-by: qiaojialin <“[email protected]”>
1 parent e9c6d78 commit 56a821e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client-py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setuptools.setup(
3333
name="apache-iotdb", # Replace with your own username
34-
version="0.13.0",
34+
version="0.13.2",
3535
author=" Apache Software Foundation",
3636
author_email="[email protected]",
3737
description="Apache IoTDB client API",

jdbc/src/main/feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
-->
2020
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature">
21-
<feature name="iotdb-feature" description="iotdb-feature" version="0.13.0">
21+
<feature name="iotdb-feature" description="iotdb-feature" version="0.13.2">
2222
<details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
2323
<feature prerequisite="true">wrap</feature>
2424
<feature>scr</feature>

0 commit comments

Comments
 (0)