Skip to content

Commit e60d514

Browse files
author
semantic-release
committed
0.366.0
Automatically generated by python-semantic-release
1 parent 0658ac0 commit e60d514

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v0.366.0 (2025-11-03)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`0658ac0`](https://github.com/yandex-cloud/python-sdk/commit/0658ac05ef9eefbee4f1682c883fb882c450d856))
8+
9+
* feat: regenerate proto ([`658b5a7`](https://github.com/yandex-cloud/python-sdk/commit/658b5a78da06f0372b3245dadcb026ab39dc1d33))
10+
311
## v0.365.0 (2025-10-27)
412

513
### 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.365.0"
7+
version = "0.366.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.365.0"
14+
__version__ = "0.366.0"

0 commit comments

Comments
 (0)