We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37ecc4 commit 2571b3fCopy full SHA for 2571b3f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## v0.322.0 (2024-10-21)
10
11
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.322.0"
+__version__ = "0.323.0"
with open("README.md") as file:
README = file.read()
0 commit comments