We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f7183 commit 9e0213aCopy full SHA for 9e0213a
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## v0.322.0 (2024-10-21)
4
+
5
+### Feature
6
7
+* feat: regenerate proto ([`f2f7183`](https://github.com/yandex-cloud/python-sdk/commit/f2f7183f4772be8b23684c88595fb74b4a42e7b8))
8
9
+* feat: regenerate proto ([`2067976`](https://github.com/yandex-cloud/python-sdk/commit/206797657f8a258c4a7a99a9ce60e0adfb783ff4))
10
11
## v0.321.0 (2024-10-14)
12
13
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.321.0"
+__version__ = "0.322.0"
with open("README.md") as file:
README = file.read()
0 commit comments