Skip to content

Commit

Permalink
0.302.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 17, 2024
1 parent bbaa266 commit 5183515
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.302.0 (2024-07-17)

### Feature

* Fix dependencies conflict on airflow tests with gcloud ([`bbaa266`](https://github.com/yandex-cloud/python-sdk/commit/bbaa266239d890a37fe4b3512b358bf961cd8f47))

* Fix dependencies conflict on airflow tests with gcloud ([`7b830d5`](https://github.com/yandex-cloud/python-sdk/commit/7b830d5447c9cabb463ca96b64b9f484072f22a2))


## v0.301.0 (2024-07-16)

### 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.301.0"
__version__ = "0.302.0"

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

0 comments on commit 5183515

Please sign in to comment.