Skip to content

Commit

Permalink
release: v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Mar 29, 2022
1 parent 38823dc commit d91b775
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v2.2.3 - 2022-03-29

### Bug Fixes:

- [TD-14371]:remove unecessary print() lines
- [TD-14382]:fix row_count property always be 0

## v2.2.2 - 2022-03-28

### Features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taospy"
version = "2.2.2"
version = "2.2.3"
description = "TDengine connector for python"
authors = ["Taosdata Inc. <[email protected]>"]
license = "AGPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion taos/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.2.2'
__version__ = '2.2.3'

0 comments on commit d91b775

Please sign in to comment.