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