Skip to content

Commit d90ce7c

Browse files
author
semantic-release
committed
0.334.0
Automatically generated by python-semantic-release
1 parent 5c1313b commit d90ce7c

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.334.0 (2025-02-24)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`5c1313b`](https://github.com/yandex-cloud/python-sdk/commit/5c1313b22b0346a4492bee804aa93deb764e60da))
8+
9+
* feat: upgrade package dependencies (#135)
10+
11+
Co-authored-by: Islam Alibekov <[email protected]> ([`f4735c9`](https://github.com/yandex-cloud/python-sdk/commit/f4735c9dd9bd0d1c62af8509a1dbd8dfb9dc088b))
12+
13+
* feat: regenerate proto ([`7f34e4e`](https://github.com/yandex-cloud/python-sdk/commit/7f34e4e7dd5a75ab1d9de80fd53002f1ed680097))
14+
315
## v0.333.0 (2025-02-17)
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.333.0"
7+
version = "0.334.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
@@ -10,4 +10,4 @@
1010
from yandexcloud._retry_interceptor import RetryInterceptor
1111
from yandexcloud._sdk import SDK
1212

13-
__version__ = "0.333.0"
13+
__version__ = "0.334.0"

0 commit comments

Comments
 (0)