Skip to content

Commit 85286c9

Browse files
author
semantic-release
committed
0.325.0
Automatically generated by python-semantic-release
1 parent 7f2fd60 commit 85286c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## v0.325.0 (2024-11-18)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`7f2fd60`](https://github.com/yandex-cloud/python-sdk/commit/7f2fd601e5a5012304f31d080b23c976830fccae))
8+
9+
* feat: regenerate proto ([`abfe091`](https://github.com/yandex-cloud/python-sdk/commit/abfe0913702eb0757313e2f691ae8f56a6ea8d79))
10+
311
## v0.324.0 (2024-11-04)
412

513
### Feature

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
44

5-
__version__ = "0.324.0"
5+
__version__ = "0.325.0"
66

77
with open("README.md") as file:
88
README = file.read()

0 commit comments

Comments
 (0)