Skip to content

Commit

Permalink
0.290.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 31, 2024
1 parent d8eea7a commit 928d9fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@



## v0.290.0 (2024-05-31)

### Feature

* add pyi files to release build (#104)

* add pyi files to release build

* regenerate proto

---------

Co-authored-by: iva-romanenko <iva-romanenko@yandex-team.ru>
Co-authored-by: Yandex.Cloud Bot <ycloud-bot@yandex.ru> ([`d8eea7a`](https://github.com/yandex-cloud/python-sdk/commit/d8eea7ae8e79df76cf3854374279656a18af9149))


## v0.289.0 (2024-05-30)

### 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.289.0"
__version__ = "0.290.0"

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

0 comments on commit 928d9fe

Please sign in to comment.