Skip to content

Commit

Permalink
0.326.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 2, 2024
1 parent b56e70e commit 50070e0
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.326.0 (2024-12-02)

### Feature

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

## v0.325.0 (2024-11-18)

### 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.325.0"
__version__ = "0.326.0"

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

0 comments on commit 50070e0

Please sign in to comment.