Skip to content

Commit 79ec097

Browse files
author
semantic-release
committed
0.339.0
Automatically generated by python-semantic-release
1 parent 2f62abe commit 79ec097

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

3-
## v0.338.0 (2025-04-08)
3+
## v0.339.0 (2025-04-08)
4+
5+
## v0.338.0 (2025-04-07)
46

57
### Feature
68

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.338.0"
7+
version = "0.339.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.338.0"
14+
__version__ = "0.339.0"

0 commit comments

Comments
 (0)