Skip to content

Commit

Permalink
release: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Jul 18, 2022
1 parent 07a5a44 commit b6f030a
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.4.0 - 2022-07-18

### Features:

- taosrest support more query methods (#70)

### Documents:

- add build-doc.sh
- modify as comment
- update build-doc.sh
- update build-docs.sh

## v2.3.6 - 2022-06-10

### Enhancement:
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.3.6"
version = "2.4.0"
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.3.6'
__version__ = '2.4.0'

0 comments on commit b6f030a

Please sign in to comment.