Skip to content

Commit 2a0027e

Browse files
author
semantic-release
committed
0.329.0
Automatically generated by python-semantic-release
1 parent fb8a0bb commit 2a0027e

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

3+
## v0.329.0 (2024-12-16)
4+
5+
### Feature
6+
7+
* feat: upgrade dependencies (#125)
8+
9+
* feat: upgrade dependencies
10+
11+
* ci: use python 3.13 in CI
12+
13+
* fix: ignore some rules for pylint
14+
15+
* feat: updated protobuf>=5.0.0
16+
17+
---------
18+
19+
Co-authored-by: Islam Alibekov <[email protected]> ([`018ac93`](https://github.com/yandex-cloud/python-sdk/commit/018ac935561a9d0e88bbe50b6670aa691b2c3cde))
20+
21+
### Fix
22+
23+
* fix: fix semantic release config (#126)
24+
25+
Co-authored-by: Islam Alibekov <[email protected]> ([`fb8a0bb`](https://github.com/yandex-cloud/python-sdk/commit/fb8a0bb492286e5f40e0f8d77c01d44124287aa8))
26+
327
## v0.328.1 (2024-12-16)
428

529
### Fix

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.328.1"
7+
version = "0.329.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.328.1"
13+
__version__ = "0.329.0"

0 commit comments

Comments
 (0)