Skip to content

Commit

Permalink
0.281.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 16, 2024
1 parent 662328f commit 1d4f5b9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@



## v0.281.0 (2024-05-16)

### Feature

* regenerate proto ([`4056cd1`](https://github.com/yandex-cloud/python-sdk/commit/4056cd15b3a007984938c39a8efe474fe05342db))

* update protobuf requirements ([`cb5f1ee`](https://github.com/yandex-cloud/python-sdk/commit/cb5f1ee2388300c295426eec03964aa259e27d75))

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

* update grpcio-tools version ([`fd1c482`](https://github.com/yandex-cloud/python-sdk/commit/fd1c4825986d179a465e2602ab14858d33288d0b))

### Unknown

* Merge pull request #98 from yandex-cloud/bugfix/update-grpcio-tools

update grpcio-tools version ([`662328f`](https://github.com/yandex-cloud/python-sdk/commit/662328f05d6f519031b892f2f60953e5f09f8ee8))


## v0.280.0 (2024-05-15)

### 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.280.0"
__version__ = "0.281.0"

setup(
name="yandexcloud",
Expand Down

0 comments on commit 1d4f5b9

Please sign in to comment.