From 52c238d6fe83e36d954702864957b1ca0ff10dff Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Mon, 23 Jan 2023 19:55:09 +0800 Subject: [PATCH] release: v2.7.2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- taos/_version.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f50233d8..c6c69e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v2.7.2 - 2023-01-23 + +### Features: + +- make taospy works with python 3.6 (#127) + ## v2.7.1 - 2023-01-18 ### Bug Fixes: diff --git a/pyproject.toml b/pyproject.toml index 3e509437..78cf0725 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taospy" -version = "2.7.1" +version = "2.7.2" description = "TDengine connector for python" authors = ["Taosdata Inc. "] license = "MIT" diff --git a/taos/_version.py b/taos/_version.py index e90ba7fa..63bdf07f 100644 --- a/taos/_version.py +++ b/taos/_version.py @@ -1 +1 @@ -__version__ = '2.7.1' +__version__ = '2.7.2'