From 830a12069199f0ab9d1a7191bee31aba3af9dd9a Mon Sep 17 00:00:00 2001 From: robot Date: Mon, 6 Feb 2023 16:35:49 +0000 Subject: [PATCH] Release: --- CHANGELOG.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34898f9f..4d07e7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 2.12.2 ## * Fix error of check retriable error for idempotent operations (error exist since 2.12.1) ## 2.12.1 ## diff --git a/setup.py b/setup.py index ee69b6e7..c22f79e3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="ydb", - version="2.12.1", # AUTOVERSION + version="2.12.2", # AUTOVERSION description="YDB Python SDK", author="Yandex LLC", author_email="ydb@yandex-team.ru",