Skip to content

Commit

Permalink
Merge pull request #36 from ydb-platform/add-support-for-timestamp-an…
Browse files Browse the repository at this point in the history
…d-interval

release new version
  • Loading branch information
gridnevvvit authored Aug 4, 2022
2 parents 7800fd5 + b2821e7 commit d727b88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.6.0 ##

* support `with_native_interval_in_result_sets` flag in the table client.
* support `with_native_timestamp_in_result_sets` flag in the table client.

## 2.4.0 ##

* support query stats in scan query
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="ydb",
version="2.5.0",
version="2.6.0",
description="YDB Python SDK",
author="Yandex LLC",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion ydb/ydb_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.5.0"
VERSION = "2.6.0"

0 comments on commit d727b88

Please sign in to comment.