We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b48fb commit 99a4faeCopy full SHA for 99a4fae
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 3.0.1b5 ##
2
* Remove six package from code and dependencies (remove support python2)
3
* Use anonymous credentials by default instead of iam metadata (use ydb.driver.credentials_from_env_variables for creds by env var)
4
* Close grpc streams while closing readers/writers
setup.py
@@ -13,7 +13,7 @@
13
14
setuptools.setup(
15
name="ydb",
16
- version="3.0.1b4", # AUTOVERSION
+ version="3.0.1b5", # AUTOVERSION
17
description="YDB Python SDK",
18
author="Yandex LLC",
19
author_email="[email protected]",
0 commit comments