Skip to content

Commit d91b775

Browse files
committed
release: v2.2.3
1 parent 38823dc commit d91b775

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1017
## v2.2.2 - 2022-03-28
1118

1219
### 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.2.2"
3+
version = "2.2.3"
44
description = "TDengine connector for python"
55
authors = ["Taosdata Inc. <support@taosdata.com>"]
66
license = "AGPL-3.0"

taos/_version.py

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

0 commit comments

Comments
 (0)