diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d30b19..de204df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## 3.11.1 ## * fixed unexpected require requests module on import ## 3.11.0 ## diff --git a/setup.py b/setup.py index d19297e0..d8a62ed5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="ydb", - version="3.11.0", # AUTOVERSION + version="3.11.1", # AUTOVERSION description="YDB Python SDK", author="Yandex LLC", author_email="ydb@yandex-team.ru", diff --git a/ydb/ydb_version.py b/ydb/ydb_version.py index 41994af3..03dc246c 100644 --- a/ydb/ydb_version.py +++ b/ydb/ydb_version.py @@ -1 +1 @@ -VERSION = "3.11.0" +VERSION = "3.11.1"