This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch feature-client-session-0.13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 198068730d56c059c791960c99a00a386d10760e
Author: 张正明 <[email protected]>
AuthorDate: Fri Oct 21 16:53:18 2022 +0800

    update jdbc and client-py's version to release 0.13.3 (#7687)
---
 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 ed0db4a570..eae6136370 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.2",
+    version="0.13.3",
     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 312143069f..f65acaad60 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.2">
+    <feature name="iotdb-feature" description="iotdb-feature" version="0.13.3">
         <details>Feature to install required Bundle to use IoTDB inside Karaf 
container</details>
         <feature prerequisite="true">wrap</feature>
         <feature>scr</feature>

Reply via email to