Skip to content

Commit 97c79a9

Browse files
committed
release: v2.7.15
1 parent 97aa0e1 commit 97c79a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## v2.7.15 - 2024-04-12
11+
1012
## v2.7.14 - 2024-04-12
1113

1214
## v2.7.13 - 2024-01-26

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

0 commit comments

Comments
 (0)