Skip to content

Commit c1cdb7b

Browse files
committed
release: v2.7.10
1 parent fa7cf54 commit c1cdb7b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## v2.7.10 - 2023-07-04
11+
12+
### Bug Fixes:
13+
14+
- delete duplicate code
15+
- fix test case for 2.6
16+
17+
### Documents:
18+
19+
- remove examples
20+
1021
## v2.7.9 - 2023-06-25
1122

1223
### 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.9"
3+
version = "2.7.10"
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.9'
1+
__version__ = '2.7.10'

0 commit comments

Comments
 (0)