We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5472996 commit af7ff37Copy full SHA for af7ff37
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## v0.319.0 (2024-09-19)
4
+
5
+### Feature
6
7
+* feat: add ai-files support ([`5472996`](https://github.com/yandex-cloud/python-sdk/commit/5472996ef1596fa3cef0808b211eecfc295bad3b))
8
9
## v0.318.0 (2024-09-19)
10
11
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.318.0"
+__version__ = "0.319.0"
with open("README.md") as file:
README = file.read()
0 commit comments