Skip to content

Commit

Permalink
release: v2.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Jul 4, 2023
1 parent fa7cf54 commit c1cdb7b
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.7.10 - 2023-07-04

### Bug Fixes:

- delete duplicate code
- fix test case for 2.6

### Documents:

- remove examples

## v2.7.9 - 2023-06-25

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

0 comments on commit c1cdb7b

Please sign in to comment.