From 4f372b60568d21e9ee2331add7e616cfbdbc8d2b Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Sat, 3 Sep 2022 16:30:35 +0800 Subject: [PATCH] docs: fix outdated python connector version (#16643) --- docs/en/15-programming/01-connect/01-python.md | 2 +- docs/en/15-programming/06-connector/01-python.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/15-programming/01-connect/01-python.md b/docs/en/15-programming/01-connect/01-python.md index 3ab42ce7b7..333c846305 100644 --- a/docs/en/15-programming/01-connect/01-python.md +++ b/docs/en/15-programming/01-connect/01-python.md @@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'; ## Install Connector -First, you need to install the `taospy` module version >= `2.3.3`. Run the command below in your terminal. +First, you need to install the `taospy` module version >= `2.5.1`. Run the command below in your terminal. diff --git a/docs/en/15-programming/06-connector/01-python.md b/docs/en/15-programming/06-connector/01-python.md index fe782ccbed..7875f1ca1c 100644 --- a/docs/en/15-programming/06-connector/01-python.md +++ b/docs/en/15-programming/06-connector/01-python.md @@ -79,7 +79,11 @@ For a more detailed description of the `sql()` method, please refer to [RestClie | Connector version | Important Update | Release date | | ----------------- | ----------------------------------------- | ------------ | -| 2.4.0 | add execute method to TaosRestConnection | 2022-07-18 | +| 2.6.2 | fix ci script | 2022-08-18 | +| 2.5.2 | fix taos-ws-py python version dependency | 2022-08-12 | +| 2.5.1 | (rest): add timezone option | 2022-08-11 | +| 2.5.0 | add taosws module | 2022-08-10 | +| 2.4.0 | add execute method to TaosRestConnection | 2022-07-18 | | 2.3.3 | support connect to TDengine Cloud Service | 2022-06-06 | [**Release Notes**](https://github.com/taosdata/taos-connector-python/releases) -- GitLab