We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7800fd5 + b2821e7 commit d727b88Copy full SHA for d727b88
CHANGELOG.md
@@ -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
6
## 2.4.0 ##
7
8
* support query stats in scan query
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
name="ydb",
9
- version="2.5.0",
+ version="2.6.0",
10
description="YDB Python SDK",
11
author="Yandex LLC",
12
author_email="ydb@yandex-team.ru",
ydb/ydb_version.py
@@ -1 +1 @@
-VERSION = "2.5.0"
+VERSION = "2.6.0"
0 commit comments