We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aae450 commit b56b119Copy full SHA for b56b119
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 3.0.1b9 ##
2
* Add function for global revert broken behaviour: ydb.global_allow_truncated_result, ydb.global_allow_split_transactions
3
* Change argument names from deny_split_transactions to allow_split_transactions (with reverse value
4
* Fixed check retriable for idempotent error
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="ydb",
16
- version="3.0.1b8", # AUTOVERSION
+ version="3.0.1b9", # AUTOVERSION
17
description="YDB Python SDK",
18
author="Yandex LLC",
19
author_email="ydb@yandex-team.ru",
ydb/ydb_version.py
@@ -1 +1 @@
-VERSION = "3.0.1b8"
+VERSION = "3.0.1b9"
0 commit comments