Skip to content

Commit acd4105

Browse files
author
robot
committed
Release: 3.3.0
1 parent 9e4c9a0 commit acd4105

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 3.3.0 ##
12
* Added support to set many topics and topic reader settings for read in one reader
23
* Added ydb.TopicWriterInitInfo, ydb.TopicWriteResult as public types
34
* Check possible of create init message on create reader (faster fail with some bad params)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="ydb",
16-
version="3.2.2", # AUTOVERSION
16+
version="3.3.0", # AUTOVERSION
1717
description="YDB Python SDK",
1818
author="Yandex LLC",
1919
author_email="ydb@yandex-team.ru",

ydb/ydb_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.2.2"
1+
VERSION = "3.3.0"

0 commit comments

Comments
 (0)