Skip to content

Commit 458b756

Browse files
author
semantic-release
committed
chore(release): v4.0.1 [skip ci]
1 parent cd8bc03 commit 458b756

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

33

4+
## v4.0.1 (2025-06-16)
5+
6+
### Bug Fixes
7+
8+
- Raise error when poll_timeout_sec is reached
9+
([#296](https://github.com/AI21Labs/ai21-python/pull/296),
10+
[`cd8bc03`](https://github.com/AI21Labs/ai21-python/commit/cd8bc036d4e354846cd28229bea334d1325282f1))
11+
12+
* fix: raise error when poll_timeout_sec is reached
13+
14+
* chore: handle timeout errors in async_run and run examples
15+
16+
---------
17+
18+
Co-authored-by: benshuk <[email protected]>
19+
20+
421
## v4.0.0 (2025-06-11)
522

623
### Bug Fixes

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.0.0"
1+
VERSION = "4.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "4.0.0"
49+
version = "4.0.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)