Skip to content

Commit

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

## [Unreleased]

## v2.7.9 - 2023-06-25

### Bug Fixes:

- fix mem leak

### Enhancements:

- support assignment and seek
- support assignment and seek via ws
- support schemaless via ws
- support stmt via ws

## v2.7.8 - 2023-06-14

### 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.7.8"
version = "2.7.9"
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.7.8'
__version__ = '2.7.9'

0 comments on commit 9ec5ea5

Please sign in to comment.