Skip to content

Commit 928d9fe

Browse files
author
semantic-release
committed
0.290.0
Automatically generated by python-semantic-release
1 parent d8eea7a commit 928d9fe

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

44

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+
521
## v0.289.0 (2024-05-30)
622

723
### 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.289.0"
5+
__version__ = "0.290.0"
66

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

0 commit comments

Comments
 (0)