This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a commit to branch rc/0.13.4
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/0.13.4 by this push:
new a9f65b2f19 update client version and jdbc version (#8979)
a9f65b2f19 is described below
commit a9f65b2f19ec2b1556d6c3fcad3090446953b922
Author: Liu Xuxin <[email protected]>
AuthorDate: Fri Feb 3 20:51:56 2023 +0800
update client version and jdbc version (#8979)
---
client-py/setup.py | 2 +-
jdbc/src/main/feature/feature.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client-py/setup.py b/client-py/setup.py
index eae6136370..1a08465407 100644
--- a/client-py/setup.py
+++ b/client-py/setup.py
@@ -31,7 +31,7 @@ print(long_description)
setuptools.setup(
name="apache-iotdb", # Replace with your own username
- version="0.13.3",
+ version="0.13.4",
author=" Apache Software Foundation",
author_email="[email protected]",
description="Apache IoTDB client API",
diff --git a/jdbc/src/main/feature/feature.xml
b/jdbc/src/main/feature/feature.xml
index f65acaad60..1fd2c42f00 100644
--- a/jdbc/src/main/feature/feature.xml
+++ b/jdbc/src/main/feature/feature.xml
@@ -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.3">
+ <feature name="iotdb-feature" description="iotdb-feature" version="0.13.4">
<details>Feature to install required Bundle to use IoTDB inside Karaf
container</details>
<feature prerequisite="true">wrap</feature>
<feature>scr</feature>