Skip to content

Commit aa5522a

Browse files
committed
release: v2.7.12
1 parent f643524 commit aa5522a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## v2.7.12 - 2023-09-11
11+
12+
### Bug Fixes:
13+
14+
- fix decode binary in tmq
15+
1016
## v2.7.11 - 2023-09-08
1117

1218
### Bug Fixes:

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

0 commit comments

Comments
 (0)