Skip to content

Commit af7ff37

Browse files
author
semantic-release
committed
0.319.0
Automatically generated by python-semantic-release
1 parent 5472996 commit af7ff37

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

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+
39
## v0.318.0 (2024-09-19)
410

511
### Feature

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
44

5-
__version__ = "0.318.0"
5+
__version__ = "0.319.0"
66

77
with open("README.md") as file:
88
README = file.read()

0 commit comments

Comments
 (0)