We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d37d6b commit e3f8da4Copy full SHA for e3f8da4
CHANGELOG.md
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
24
## v2.7.2 - 2023-01-23
25
26
### Features:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "taospy"
3
-version = "2.7.2"
+version = "2.7.3"
4
description = "TDengine connector for python"
5
authors = ["Taosdata Inc. <support@taosdata.com>"]
6
license = "MIT"
taos/_version.py
@@ -1 +1 @@
-__version__ = '2.7.2'
+__version__ = '2.7.3'
0 commit comments