Skip to content

Commit

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

## [Unreleased]

## v2.6.7 - 2022-11-25

### Bug Fixes:

- should not call taos_free_result for stmt (#111)
- test.yml install dependency always" (#110)

### Documents:

- move topic drop to early phase in python tmq example (#109)

## v2.6.6 - 2022-11-20

### Bug Fixes:
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.6.6"
version = "2.6.7"
description = "TDengine connector for python"
authors = ["Taosdata Inc. <[email protected]>"]
license = "MIT"
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.6.6'
__version__ = '2.6.7'

0 comments on commit 7c32251

Please sign in to comment.