diff --git a/CHANGELOG.md b/CHANGELOG.md index 99852df7..5bedccc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 3.3.5 ## * Fixed use positional argument instead of named in WriterAsyncIO.__del__ * Fixed release buffer while read topic by one messages * Fixed race condition between commit_with_ack and reconnect in topic writer diff --git a/setup.py b/setup.py index f2e49dbe..5ce03f43 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb", - version="3.3.4", # AUTOVERSION + version="3.3.5", # 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 63ab73ab..9a114d20 100644 --- a/ydb/ydb_version.py +++ b/ydb/ydb_version.py @@ -1 +1 @@ -VERSION = "3.3.4" +VERSION = "3.3.5"