Skip to content

Commit 4626ae0

Browse files
author
semantic-release
committed
0.372.0
Automatically generated by python-semantic-release
1 parent b560126 commit 4626ae0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## v0.372.0 (2025-12-22)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`b560126`](https://github.com/yandex-cloud/python-sdk/commit/b5601265e93e4b56b3cf7d68a20f5f4aa4191b95))
8+
9+
* feat: regenerate proto ([`f0e3b3d`](https://github.com/yandex-cloud/python-sdk/commit/f0e3b3da8954dd05acb815144b5f2d0fbdf26f69))
10+
11+
### Unknown
12+
13+
* Changed the order of the quota* modules in _supported_modules ([`7568c71`](https://github.com/yandex-cloud/python-sdk/commit/7568c714dd54bb2449f98dcdd15d6db5ea510eb9))
14+
315
## v0.371.0 (2025-12-08)
416

517
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yandexcloud"
7-
version = "0.371.0"
7+
version = "0.372.0"
88
authors = [{name = "Yandex LLC", email = "[email protected]"}]
99
license = {text = "MIT"}
1010
description = "The Yandex Cloud official SDK"

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.371.0"
14+
__version__ = "0.372.0"

0 commit comments

Comments
 (0)