This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 7a9d689 fix typo of the dwonload webpage
7a9d689 is described below
commit 7a9d689ffd8e05e46e47fe892863916fd02625d0
Author: xiangdong huang <[email protected]>
AuthorDate: Mon Jun 29 00:36:46 2020 +0800
fix typo of the dwonload webpage
---
docs/Download/README.md | 2 +-
docs/zh/Download/README.md | 2 +-
service-rpc/src/pypi/README.md | 2 --
service-rpc/src/pypi/setup.py | 4 ++--
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/docs/Download/README.md b/docs/Download/README.md
index 2c5df8a..38a81ae 100644
--- a/docs/Download/README.md
+++ b/docs/Download/README.md
@@ -63,7 +63,7 @@
**<font color=red>Attention</font>**:
-- How to upgrade a minor version (e.g., from v0.9.0 to v0.0.3)?
+- How to upgrade a minor version (e.g., from v0.9.0 to v0.9.3)?
* versions which have the same major version are compatible.
* Just download and unzip the new version. Then modify the configuration
files to keep consistent
with what you set in the old version.
diff --git a/docs/zh/Download/README.md b/docs/zh/Download/README.md
index 811b568..34a6a89 100644
--- a/docs/zh/Download/README.md
+++ b/docs/zh/Download/README.md
@@ -62,7 +62,7 @@
**<font color=red>升级注意事项</font>**:
-- 如何升级小版本 (例如,从 v0.9.0 to v0.0.3)?
+- 如何升级小版本 (例如,从 v0.9.0 to v0.9.3)?
* 同一个大版本下的多个小版本是互相兼容的。
* 只需要下载新的小版本, 然后修改其配置文件,使其与原有版本的设置一致。
* 停掉旧版本进程,启动新版本即可。
diff --git a/service-rpc/src/pypi/README.md b/service-rpc/src/pypi/README.md
index 34cd717..aefc22d 100644
--- a/service-rpc/src/pypi/README.md
+++ b/service-rpc/src/pypi/README.md
@@ -38,8 +38,6 @@ architecture, high performance and rich feature set together
with its deep integ
Apache IoTDB (incubating) can meet the requirements of massive data storage,
high-speed data ingestion and complex data
analysis in the IoT industrial fields.
-Apache IoTDB (incubating) was initially developed by Prof. Wang's Team of
School of Software at Tsinghua University.
-Now it is an effort undergoing incubation at The Apache Software Foundation
(ASF), sponsored by the Incubator.
# Apache IoTDB Python Client API
diff --git a/service-rpc/src/pypi/setup.py b/service-rpc/src/pypi/setup.py
index ed93720..29b0124 100644
--- a/service-rpc/src/pypi/setup.py
+++ b/service-rpc/src/pypi/setup.py
@@ -31,7 +31,7 @@ print(long_description)
setuptools.setup(
name="apache-iotdb", # Replace with your own username
- version="0.9.0",
+ version="0.11.0",
author=" Apache Software Foundation",
author_email="[email protected]",
description="Apache IoTDB (incubating) client API",
@@ -40,7 +40,7 @@ setuptools.setup(
url="https://github.com/apache/incubator-iotdb",
packages=setuptools.find_packages(),
install_requires=[
- 'thrift',
+ 'thrift>=0.13.0',
],
classifiers=[
"Programming Language :: Python :: 3",