We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a8dd4 commit 55b4f74Copy full SHA for 55b4f74
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
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
14
## v0.302.0 (2024-07-17)
15
16
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.302.0"
+__version__ = "0.303.0"
with open("README.md") as file:
README = file.read()
0 commit comments