Skip to content

Commit d727b88

Browse files
authored
Merge pull request #36 from ydb-platform/add-support-for-timestamp-and-interval
release new version
2 parents 7800fd5 + b2821e7 commit d727b88

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.6.0 ##
2+
3+
* support `with_native_interval_in_result_sets` flag in the table client.
4+
* support `with_native_timestamp_in_result_sets` flag in the table client.
5+
16
## 2.4.0 ##
27

38
* support query stats in scan query

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="ydb",
9-
version="2.5.0",
9+
version="2.6.0",
1010
description="YDB Python SDK",
1111
author="Yandex LLC",
1212
author_email="[email protected]",

ydb/ydb_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.5.0"
1+
VERSION = "2.6.0"

0 commit comments

Comments
 (0)