Skip to content

Commit 52c238d

Browse files
committed
release: v2.7.2
1 parent 5403770 commit 52c238d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## v2.7.2 - 2023-01-23
11+
12+
### Features:
13+
14+
- make taospy works with python 3.6 (#127)
15+
1016
## v2.7.1 - 2023-01-18
1117

1218
### Bug Fixes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taospy"
3-
version = "2.7.1"
3+
version = "2.7.2"
44
description = "TDengine connector for python"
55
authors = ["Taosdata Inc. <support@taosdata.com>"]
66
license = "MIT"

taos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.7.1'
1+
__version__ = '2.7.2'

0 commit comments

Comments
 (0)