Skip to content

Commit 5183515

Browse files
author
semantic-release
committed
0.302.0
Automatically generated by python-semantic-release
1 parent bbaa266 commit 5183515

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33

44

5+
## v0.302.0 (2024-07-17)
6+
7+
### Feature
8+
9+
* Fix dependencies conflict on airflow tests with gcloud ([`bbaa266`](https://github.com/yandex-cloud/python-sdk/commit/bbaa266239d890a37fe4b3512b358bf961cd8f47))
10+
11+
* Fix dependencies conflict on airflow tests with gcloud ([`7b830d5`](https://github.com/yandex-cloud/python-sdk/commit/7b830d5447c9cabb463ca96b64b9f484072f22a2))
12+
13+
514
## v0.301.0 (2024-07-16)
615

716
### Feature

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
44

5-
__version__ = "0.301.0"
5+
__version__ = "0.302.0"
66

77
with open("README.md") as file:
88
README = file.read()

0 commit comments

Comments
 (0)