Skip to content

Commit

Permalink
update jdbc and client-py's version to release 0.13.2 (#7202)
Browse files Browse the repository at this point in the history
Co-authored-by: qiaojialin <“[email protected]”>
  • Loading branch information
xiaoyekanren and qiaojialin authored Sep 1, 2022
1 parent e9c6d78 commit 56a821e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setuptools.setup(
name="apache-iotdb", # Replace with your own username
version="0.13.0",
version="0.13.2",
author=" Apache Software Foundation",
author_email="[email protected]",
description="Apache IoTDB client API",
Expand Down
2 changes: 1 addition & 1 deletion jdbc/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="driver-s7-feature">
<feature name="iotdb-feature" description="iotdb-feature" version="0.13.0">
<feature name="iotdb-feature" description="iotdb-feature" version="0.13.2">
<details>Feature to install required Bundle to use IoTDB inside Karaf container</details>
<feature prerequisite="true">wrap</feature>
<feature>scr</feature>
Expand Down

0 comments on commit 56a821e

Please sign in to comment.