We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8eea7a commit 928d9feCopy full SHA for 928d9fe
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
4
5
+## v0.290.0 (2024-05-31)
6
+
7
+### Feature
8
9
+* add pyi files to release build (#104)
10
11
+* add pyi files to release build
12
13
+* regenerate proto
14
15
+---------
16
17
+Co-authored-by: iva-romanenko <iva-romanenko@yandex-team.ru>
18
+Co-authored-by: Yandex.Cloud Bot <ycloud-bot@yandex.ru> ([`d8eea7a`](https://github.com/yandex-cloud/python-sdk/commit/d8eea7ae8e79df76cf3854374279656a18af9149))
19
20
21
## v0.289.0 (2024-05-30)
22
23
### Feature
setup.py
@@ -2,7 +2,7 @@
packages = find_packages(".", include=["yandexcloud*", "yandex*"])
-__version__ = "0.289.0"
+__version__ = "0.290.0"
with open("README.md") as file:
README = file.read()
0 commit comments