diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a99ca0a..8b3d478e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 3.5.1 ## * Fixed access to connection if connection cannot be found by node id ## 3.5.0 ## diff --git a/setup.py b/setup.py index b309cd56..8bcc68c6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb", - version="3.5.0", # AUTOVERSION + version="3.5.1", # 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 46c424d3..42cebd4c 100644 --- a/ydb/ydb_version.py +++ b/ydb/ydb_version.py @@ -1 +1 @@ -VERSION = "3.5.0" +VERSION = "3.5.1"