Skip to content

Commit 2571b3f

Browse files
author
semantic-release
committed
0.323.0
Automatically generated by python-semantic-release
1 parent e37ecc4 commit 2571b3f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.323.0 (2024-10-28)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`e37ecc4`](https://github.com/yandex-cloud/python-sdk/commit/e37ecc431730601c40c37f1b053837d706600978))
8+
39
## v0.322.0 (2024-10-21)
410

511
### 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.322.0"
5+
__version__ = "0.323.0"
66

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

0 commit comments

Comments
 (0)