This is an automated email from the ASF dual-hosted git repository. marklau99 pushed a commit to branch update-0.13.4-tag in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 835a0cd43a79570d2713eaca013ec32e0840b8b2 Author: Liu Xuxin <[email protected]> AuthorDate: Fri Feb 3 19:54:33 2023 +0800 update client version and jdbc version --- 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>
