diff --git a/docs/en/15-programming/01-connect/01-python.md b/docs/en/15-programming/01-connect/01-python.md index 3ab42ce7b7e34c061b3da4b68d4338aa9f50da67..333c84630546ff107ef4bdf643f0eaa6406c90e2 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 fe782ccbed361698bee842cc0a3e24e76c65b646..7875f1ca1c6e3f5a4b6a13a5db233d7aae315dbb 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)