We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4c9a0 commit acd4105Copy full SHA for acd4105
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 3.3.0 ##
2
* Added support to set many topics and topic reader settings for read in one reader
3
* Added ydb.TopicWriterInitInfo, ydb.TopicWriteResult as public types
4
* Check possible of create init message on create reader (faster fail with some bad params)
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="ydb",
16
- version="3.2.2", # AUTOVERSION
+ version="3.3.0", # AUTOVERSION
17
description="YDB Python SDK",
18
author="Yandex LLC",
19
author_email="ydb@yandex-team.ru",
ydb/ydb_version.py
@@ -1 +1 @@
-VERSION = "3.2.2"
+VERSION = "3.3.0"
0 commit comments