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