Skip to content

Commit

Permalink
0.289.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 30, 2024
1 parent 42e725e commit b73910c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



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

### Feature

* support mypy in proto and sdk ([`42e725e`](https://github.com/yandex-cloud/python-sdk/commit/42e725e2c86890cbecaca9b8e8cf88b28909994d))

* change authors ([`4cc6078`](https://github.com/yandex-cloud/python-sdk/commit/4cc607839660a63cd2c2de8979cb8a64264a9dd7))

* format examples ([`6eb47cc`](https://github.com/yandex-cloud/python-sdk/commit/6eb47cc2dd083dc5cab322e484af78883e50aecc))


## v0.288.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.288.0"
__version__ = "0.289.0"

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

0 comments on commit b73910c

Please sign in to comment.