Skip to content

Commit e3f8da4

Browse files
committed
release: v2.7.3
1 parent 8d37d6b commit e3f8da4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## v2.7.3 - 2023-02-22
11+
12+
### Bug Fixes:
13+
14+
- fix rest and ws for cloud
15+
16+
### Enhancements:
17+
18+
- delete TaosConsumer and TaosTmq api (#129)
19+
20+
### Documents:
21+
22+
- update readme markdown for v2.7.2 to clarify python version requirement (#128)
23+
1024
## v2.7.2 - 2023-01-23
1125

1226
### Features:

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.2"
3+
version = "2.7.3"
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.2'
1+
__version__ = '2.7.3'

0 commit comments

Comments
 (0)