Skip to content

Commit

Permalink
0.286.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 28, 2024
1 parent f722535 commit c7d65bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.286.0 (2024-05-28)

### Feature

* format setup ([`f722535`](https://github.com/yandex-cloud/python-sdk/commit/f7225354f2b53fe5d124d3834cec04602c36ae9f))


## v0.285.0 (2024-05-28)

### 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.285.0"
__version__ = "0.286.0"

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

0 comments on commit c7d65bc

Please sign in to comment.