diff --git a/CHANGELOG.md b/CHANGELOG.md index 6306aa90..e5cd85a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ - +## 3.15.0 ## * Query service client support * Add dunder version to ydb package * OAuth 2.0 token exchange. Allow multiple resource parameters in according to https://www.rfc-editor.org/rfc/rfc8693 diff --git a/setup.py b/setup.py index 4227fea5..7a5200f4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb", - version="3.14.0", # AUTOVERSION + version="3.15.0", # 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 faf1da08..567cda12 100644 --- a/ydb/ydb_version.py +++ b/ydb/ydb_version.py @@ -1 +1 @@ -VERSION = "3.14.0" +VERSION = "3.15.0"