Skip to content

Commit ba4218b

Browse files
author
semantic-release
committed
0.331.0
Automatically generated by python-semantic-release
1 parent d79ebd2 commit ba4218b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v0.331.0 (2025-01-27)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`d79ebd2`](https://github.com/yandex-cloud/python-sdk/commit/d79ebd209268d86db0d47b81143df1bda2bcebf6))
8+
39
## v0.330.0 (2024-12-23)
410

511
### Ci

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.330.0"
7+
version = "0.331.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.330.0"
13+
__version__ = "0.331.0"

0 commit comments

Comments
 (0)