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