Skip to content

Commit c125576

Browse files
author
robot
committed
Release: 3.0.1b6
1 parent 0d24cb9 commit c125576

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 3.0.1b6 ##
12
* BROKEN CHANGES: remove writer.write(mess1, mess2) variant, use list instead: writer.write([mess1, mess2])
23
* BROKEN CHANGES: change names of public method in topic client
34
* BROKEN CHANGES: rename parameter producer_and_message_group_id to producer_id

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="ydb",
16-
version="3.0.1b5", # AUTOVERSION
16+
version="3.0.1b6", # AUTOVERSION
1717
description="YDB Python SDK",
1818
author="Yandex LLC",
1919
author_email="[email protected]",

0 commit comments

Comments
 (0)