File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.341.0 (2025-04-08)
4+
35## v0.340.0 (2025-04-08)
46
57## v0.339.0 (2025-04-08)
Original file line number Diff line number Diff line change 11[build-system ]
2+ version = " 0.341.0"
23requires = [" setuptools>=61.2" ]
34build-backend = " setuptools.build_meta"
45
56[project ]
67name = " yandexcloud"
7- version = " 0.340 .0"
8+ version = " 0.341 .0"
89authors = [{
name =
" Yandex LLC" ,
email =
" [email protected] " }]
910license = {text = " MIT" }
1011description = " The Yandex Cloud official SDK"
@@ -80,8 +81,10 @@ namespaces = false
8081
8182[tool .semantic_release ]
8283version_variables = [" yandexcloud/__init__.py:__version__" ]
83- version_toml = [" pyproject.toml:project.version" ]
84- # https://python-semantic-release.readthedocs.io/en/latest/configuration.html#major-on-zero
84+ version_toml = [
85+ " pyproject.toml:build-system.version" ,
86+ " pyproject.toml:project.version"
87+ ]
8588major_on_zero = false
8689commit_parser = " angular"
8790
Original file line number Diff line number Diff line change 1111from yandexcloud ._retry_policy import RetryPolicy , ThrottlingMode
1212from yandexcloud ._sdk import SDK
1313
14- __version__ = "0.340 .0"
14+ __version__ = "0.341 .0"
You can’t perform that action at this time.
0 commit comments