We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2fd60 commit 85286c9Copy full SHA for 85286c9
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# CHANGELOG
2
3
+## v0.325.0 (2024-11-18)
4
+
5
+### Feature
6
7
+* feat: regenerate proto ([`7f2fd60`](https://github.com/yandex-cloud/python-sdk/commit/7f2fd601e5a5012304f31d080b23c976830fccae))
8
9
+* feat: regenerate proto ([`abfe091`](https://github.com/yandex-cloud/python-sdk/commit/abfe0913702eb0757313e2f691ae8f56a6ea8d79))
10
11
## v0.324.0 (2024-11-04)
12
13
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.324.0"
+__version__ = "0.325.0"
with open("README.md") as file:
README = file.read()
0 commit comments