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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 58e2d17e5d Update iotdb-doap info and python readme (#8355)
58e2d17e5d is described below

commit 58e2d17e5d312b0074a47d6d4c24cc3ff215dafa
Author: Haonan <[email protected]>
AuthorDate: Tue Dec 6 16:34:31 2022 +0800

    Update iotdb-doap info and python readme (#8355)
---
 client-py/README.md | 7 ++-----
 site/iotdb-doap.rdf | 8 ++++----
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/client-py/README.md b/client-py/README.md
index 5ab07dd247..68c1697acf 100644
--- a/client-py/README.md
+++ b/client-py/README.md
@@ -21,15 +21,12 @@
 
 # Apache IoTDB
 
-[![Main Mac and 
Linux](https://github.com/apache/iotdb/actions/workflows/main-unix.yml/badge.svg)](https://github.com/apache/iotdb/actions/workflows/main-unix.yml)
-[![Main 
Win](https://github.com/apache/iotdb/actions/workflows/main-win.yml/badge.svg)](https://github.com/apache/iotdb/actions/workflows/main-win.yml)
-[![coveralls](https://coveralls.io/repos/github/apache/iotdb/badge.svg?branch=master)](https://coveralls.io/repos/github/apache/iotdb/badge.svg?branch=master)
+[![Python 
Client](https://github.com/apache/iotdb/actions/workflows/client-python.yml/badge.svg?branch=master)](https://github.com/apache/iotdb/actions/workflows/client-python.yml)
 [![GitHub 
release](https://img.shields.io/github/release/apache/iotdb.svg)](https://github.com/apache/iotdb/releases)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 ![](https://github-size-badge.herokuapp.com/apache/iotdb.svg)
 ![](https://img.shields.io/github/downloads/apache/iotdb/total.svg)
-![](https://img.shields.io/badge/platform-win10%20%7C%20macox%20%7C%20linux-yellow.svg)
-![](https://img.shields.io/badge/java--language-1.8-blue.svg)
+![](https://img.shields.io/badge/platform-win%20%7C%20macos%20%7C%20linux-yellow.svg)
 [![IoTDB 
Website](https://img.shields.io/website-up-down-green-red/https/shields.io.svg?label=iotdb-website)](https://iotdb.apache.org/)
 
 
diff --git a/site/iotdb-doap.rdf b/site/iotdb-doap.rdf
index 1c85dfa311..f7da68c12f 100644
--- a/site/iotdb-doap.rdf
+++ b/site/iotdb-doap.rdf
@@ -41,7 +41,7 @@
     <name>Apache IoTDB</name>
     <homepage rdf:resource="http://iotdb.apache.org"; />
     <asfext:pmc rdf:resource="http://iotdb.apache.org"; />
-    <shortdesc>Apache IoTDB is  an IoT native database with high performance 
for data management and analysis, on the edge and the cloud.</shortdesc>
+    <shortdesc>Apache IoTDB is an IoT native database with high performance 
for data management and analysis, on the edge and the cloud.</shortdesc>
     <description>Apache IoTDB (Database for Internet of Things) is an 
integrated data management engine designed for time series data. It provides 
users with services for data collection, storage and analysis. Due to its 
light-weight architecture, high performance and rich feature set together with 
its deep integration with Apache Hadoop, Spark and Flink. Apache IoTDB can meet 
the requirements of massive data storage, high-speed data ingestion and complex 
data analysis in the IoT industr [...]
     <bug-database rdf:resource="https://issues.apache.org/jira/projects/IOTDB"; 
/>
     <mailing-list 
rdf:resource="https://iotdb.apache.org/Development/ContributeGuide.html"; />
@@ -61,9 +61,9 @@
 
     <release>
       <Version>
-        <name>apache-iotdb-0.13.0</name>
-        <created>2022-03-20</created>
-        <revision>0.13.0</revision>
+        <name>apache-iotdb-1.0.0</name>
+        <created>2022-12-03</created>
+        <revision>1.0.0</revision>
       </Version>
     </release>
 

Reply via email to