Skip to content

Commit 99a4fae

Browse files
author
robot
committed
Release: 3.0.1b5
1 parent a7b48fb commit 99a4fae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 3.0.1b5 ##
12
* Remove six package from code and dependencies (remove support python2)
23
* Use anonymous credentials by default instead of iam metadata (use ydb.driver.credentials_from_env_variables for creds by env var)
34
* Close grpc streams while closing readers/writers

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.0.1b4", # AUTOVERSION
16+
version="3.0.1b5", # AUTOVERSION
1717
description="YDB Python SDK",
1818
author="Yandex LLC",
1919
author_email="[email protected]",

0 commit comments

Comments
 (0)