File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " yandexcloud"
7- version = " 0.328.1 "
7+ version = " 0.329.0 "
88authors = [{
name =
" Yandex LLC" ,
email =
" [email protected] " }]
99license = {text = " MIT" }
1010description = " The Yandex Cloud official SDK"
Original file line number Diff line number Diff line change 1010from yandexcloud ._retry_interceptor import RetryInterceptor
1111from yandexcloud ._sdk import SDK
1212
13- __version__ = "0.328.1 "
13+ __version__ = "0.329.0 "
You can’t perform that action at this time.
0 commit comments