Skip to content

Commit

Permalink
0.300.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Jul 3, 2024
1 parent f995ce7 commit 2c27e47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.300.0 (2024-07-03)

### Feature

* pin major version (#113)

Co-authored-by: iva-romanenko <[email protected]> ([`f995ce7`](https://github.com/yandex-cloud/python-sdk/commit/f995ce73af0f745e525c057a2f6a1f042165785d))


## v0.299.0 (2024-07-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.299.0"
__version__ = "0.300.0"

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

0 comments on commit 2c27e47

Please sign in to comment.