From f595b61fbcae8e9cf61f557847028462d67ceb7e Mon Sep 17 00:00:00 2001 From: robot Date: Thu, 13 Feb 2025 08:55:06 +0000 Subject: [PATCH] Release: 3.18.16 --- CHANGELOG.md | 1 + setup.py | 2 +- ydb/ydb_version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce32002..cae1e0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 3.18.16 ## * Partition autosplit feature * Transactional retryer * Ignore AttributeError in ydb/import_client.py diff --git a/setup.py b/setup.py index a7b2b290..ab6adc0c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb", - version="3.18.15", # AUTOVERSION + version="3.18.16", # AUTOVERSION description="YDB Python SDK", author="Yandex LLC", author_email="ydb@yandex-team.ru", diff --git a/ydb/ydb_version.py b/ydb/ydb_version.py index bdc80c21..750aee1d 100644 --- a/ydb/ydb_version.py +++ b/ydb/ydb_version.py @@ -1 +1 @@ -VERSION = "3.18.15" +VERSION = "3.18.16"