Skip to content

Commit 55b4f74

Browse files
author
semantic-release
committed
0.303.0
Automatically generated by python-semantic-release
1 parent 32a8dd4 commit 55b4f74

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.303.0 (2024-07-19)
6+
7+
### Feature
8+
9+
* Fix typing for airflow provider ([`32a8dd4`](https://github.com/yandex-cloud/python-sdk/commit/32a8dd4c4ff010adc83e5e34630c684786299cec))
10+
11+
* Fix typing for airflow provider ([`038d6ea`](https://github.com/yandex-cloud/python-sdk/commit/038d6ea374d0469dab0b827d761f6a95bcbe6b25))
12+
13+
514
## v0.302.0 (2024-07-17)
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.302.0"
5+
__version__ = "0.303.0"
66

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

0 commit comments

Comments
 (0)