Skip to content

Commit 1f2b3f1

Browse files
author
semantic-release
committed
0.341.0
Automatically generated by python-semantic-release
1 parent a197009 commit 1f2b3f1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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)

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[build-system]
2+
version = "0.341.0"
23
requires = ["setuptools>=61.2"]
34
build-backend = "setuptools.build_meta"
45

56
[project]
67
name = "yandexcloud"
7-
version = "0.340.0"
8+
version = "0.341.0"
89
authors = [{name = "Yandex LLC", email = "[email protected]"}]
910
license = {text = "MIT"}
1011
description = "The Yandex Cloud official SDK"
@@ -80,8 +81,10 @@ namespaces = false
8081

8182
[tool.semantic_release]
8283
version_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+
]
8588
major_on_zero = false
8689
commit_parser = "angular"
8790

yandexcloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from yandexcloud._retry_policy import RetryPolicy, ThrottlingMode
1212
from yandexcloud._sdk import SDK
1313

14-
__version__ = "0.340.0"
14+
__version__ = "0.341.0"

0 commit comments

Comments
 (0)