Skip to content

Commit b73910c

Browse files
author
semantic-release
committed
0.289.0
Automatically generated by python-semantic-release
1 parent 42e725e commit b73910c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.289.0 (2024-05-30)
6+
7+
### Feature
8+
9+
* support mypy in proto and sdk ([`42e725e`](https://github.com/yandex-cloud/python-sdk/commit/42e725e2c86890cbecaca9b8e8cf88b28909994d))
10+
11+
* change authors ([`4cc6078`](https://github.com/yandex-cloud/python-sdk/commit/4cc607839660a63cd2c2de8979cb8a64264a9dd7))
12+
13+
* format examples ([`6eb47cc`](https://github.com/yandex-cloud/python-sdk/commit/6eb47cc2dd083dc5cab322e484af78883e50aecc))
14+
15+
516
## v0.288.0 (2024-05-30)
617

718
### 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.288.0"
5+
__version__ = "0.289.0"
66

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

0 commit comments

Comments
 (0)