Skip to content

Commit

Permalink
0.327.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 4, 2024
1 parent 847969d commit 4c26999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.327.0 (2024-12-04)

### Feature

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

## v0.326.0 (2024-12-02)

### 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.326.0"
__version__ = "0.327.0"

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

0 comments on commit 4c26999

Please sign in to comment.