From 2edc77d85c1d0583a50d7de886a2c0b4208109e5 Mon Sep 17 00:00:00 2001 From: Huo Linhe Date: Thu, 18 Aug 2022 11:47:37 +0800 Subject: [PATCH] release: v2.6.1 --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- taos/_version.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f95ea8..f6a87780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v2.6.1 - 2022-08-18 + ## v2.6.0 - 2022-08-17 ### Features: diff --git a/pyproject.toml b/pyproject.toml index 3f9f45c2..70403c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taospy" -version = "2.6.0" +version = "2.6.1" description = "TDengine connector for python" authors = ["Taosdata Inc. "] license = "MIT" @@ -25,7 +25,7 @@ pytz = "*" iso8601 = "1.0.2" [tool.poetry.dependencies.taos-ws-py] -version = ">=0.1.1" +version = "2.6.1" python = ">=3.7,<4.0" optional = true markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" diff --git a/taos/_version.py b/taos/_version.py index f0e5e1ea..574f4077 100644 --- a/taos/_version.py +++ b/taos/_version.py @@ -1 +1 @@ -__version__ = '2.6.0' +__version__ = '2.6.1'