Skip to content

Commit

Permalink
Release: 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Aug 2, 2024
1 parent 13c5985 commit 786e044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion ydb/ydb_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "3.14.0"
VERSION = "3.15.0"

0 comments on commit 786e044

Please sign in to comment.