Skip to content

Commit 149c856

Browse files
author
semantic-release
committed
0.376.0
Automatically generated by python-semantic-release
1 parent 80fdc05 commit 149c856

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## v0.376.0 (2026-02-02)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`80fdc05`](https://github.com/yandex-cloud/python-sdk/commit/80fdc05af7dac50e760484b5483ac741b24d761e))
8+
9+
* feat: regenerate proto ([`7d076c5`](https://github.com/yandex-cloud/python-sdk/commit/7d076c5ace538151bba68ad8f786b281f4c364ec))
10+
11+
* feat: regenerate proto ([`360885f`](https://github.com/yandex-cloud/python-sdk/commit/360885f158f9d1f14bcd2221b734c0ed51abd9d6))
12+
313
## v0.375.0 (2026-01-26)
414

515
### 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.375.0"
7+
version = "0.376.0"
88
authors = [{name = "Yandex LLC", email = "cloud@support.yandex.ru"}]
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.375.0"
14+
__version__ = "0.376.0"

0 commit comments

Comments
 (0)