Skip to content

Commit 4c26999

Browse files
author
semantic-release
committed
0.327.0
Automatically generated by python-semantic-release
1 parent 847969d commit 4c26999

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.327.0 (2024-12-04)
4+
5+
### Feature
6+
7+
* feat: regenerate proto ([`847969d`](https://github.com/yandex-cloud/python-sdk/commit/847969dbbf236278cdf96a8d1b0c894143ca1d73))
8+
39
## v0.326.0 (2024-12-02)
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.326.0"
5+
__version__ = "0.327.0"
66

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

0 commit comments

Comments
 (0)