Skip to content

Commit

Permalink
Release: 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Jun 9, 2023
1 parent 5460197 commit dc7182e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.4", # AUTOVERSION
version="3.3.5", # 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.3.4"
VERSION = "3.3.5"

0 comments on commit dc7182e

Please sign in to comment.