Skip to content

Commit

Permalink
release: v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Aug 18, 2022
1 parent 52b72a7 commit 2edc77d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v2.6.1 - 2022-08-18

## v2.6.0 - 2022-08-17

### Features:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taospy"
version = "2.6.0"
version = "2.6.1"
description = "TDengine connector for python"
authors = ["Taosdata Inc. <[email protected]>"]
license = "MIT"
Expand All @@ -25,7 +25,7 @@ pytz = "*"
iso8601 = "1.0.2"

[tool.poetry.dependencies.taos-ws-py]
version = ">=0.1.1"
version = "2.6.1"
python = ">=3.7,<4.0"
optional = true
markers = "sys_platform == 'linux' and platform_machine == 'x86_64'"
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.0'
__version__ = '2.6.1'

0 comments on commit 2edc77d

Please sign in to comment.