Skip to content

Commit 17a3439

Browse files
committed
remove experimental client from ydb python sdk
1 parent fa3dcbe commit 17a3439

File tree

6 files changed

+5
-188
lines changed

6 files changed

+5
-188
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.11.0 ##
2+
3+
* removed unused experimental client from ydb python sdk.
4+
15
## 2.10.0 ##
26

37
* fixed double quoting issue in sqlalchemy

setup.py

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

77
setuptools.setup(
88
name="ydb",
9-
version="2.10.0",
9+
version="2.11.0",
1010
description="YDB Python SDK",
1111
author="Yandex LLC",
1212
author_email="ydb@yandex-team.ru",

ydb/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from .experimental import * # noqa
21
from .credentials import * # noqa
32
from .driver import * # noqa
43
from .table import * # noqa

ydb/experimental.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py

Lines changed: 0 additions & 59 deletions
This file was deleted.

ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)