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