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 38823dc commit d91b775Copy full SHA for d91b775
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## v2.2.3 - 2022-03-29
11
+
12
+### Bug Fixes:
13
14
+- [TD-14371]:remove unecessary print() lines
15
+- [TD-14382]:fix row_count property always be 0
16
17
## v2.2.2 - 2022-03-28
18
19
### Features:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "taospy"
3
-version = "2.2.2"
+version = "2.2.3"
4
description = "TDengine connector for python"
5
authors = ["Taosdata Inc. <support@taosdata.com>"]
6
license = "AGPL-3.0"
taos/_version.py
@@ -1 +1 @@
-__version__ = '2.2.2'
+__version__ = '2.2.3'
0 commit comments