Skip to content

Commit

Permalink
0.318.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 19, 2024
1 parent 73a7c7a commit b802140
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## v0.318.0 (2024-09-19)

### Feature

* feat: add ai-assistants to supported modules ([`73a7c7a`](https://github.com/yandex-cloud/python-sdk/commit/73a7c7aa7688c56fce7362bd0fc24aba07b4775a))

* feat: regenerate proto ([`e3c7741`](https://github.com/yandex-cloud/python-sdk/commit/e3c7741de7ceb55e9b8d2e2f66e7388685ec1c4d))

### Fix

* fix: remove custom changelog ([`b773f8c`](https://github.com/yandex-cloud/python-sdk/commit/b773f8c4ac1bb860ac29ce4f37a1cc9d6451f846))

## v0.317.0 (2024-09-17)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

__version__ = "0.317.0"
__version__ = "0.318.0"

with open("README.md") as file:
README = file.read()
Expand Down

0 comments on commit b802140

Please sign in to comment.