Skip to content

Commit f2dec5b

Browse files
author
semantic-release
committed
chore(release): v4.0.2 [skip ci]
1 parent 3c63bd0 commit f2dec5b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

33

4+
## v4.0.2 (2025-06-16)
5+
6+
### Bug Fixes
7+
8+
- :bug: handle maestro input as a list of `ChatMessage`s
9+
([#297](https://github.com/AI21Labs/ai21-python/pull/297),
10+
[`3c63bd0`](https://github.com/AI21Labs/ai21-python/commit/3c63bd06ff4bcd02bebfbcba994d78981ce89860))
11+
12+
Co-authored-by: benshuk <[email protected]>
13+
14+
415
## v4.0.1 (2025-06-16)
516

617
### 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.1"
1+
VERSION = "4.0.2"

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.1"
49+
version = "4.0.2"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)