Skip to content

Commit ec1f977

Browse files
committed
chore(release): v2.0.0-rc.11 [skip ci]
1 parent fe3765c commit ec1f977

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
@@ -2,8 +2,19 @@
22

33

44

5+
## v2.0.0-rc.11 (2024-01-22)
6+
7+
### Fix
8+
9+
* fix: top_k_returns to top_k_return (#40) ([`fe3765c`](https://github.com/AI21Labs/ai21-python/commit/fe3765c800f82b9bd350a851c875c30c45aa41a8))
10+
11+
512
## v2.0.0-rc.10 (2024-01-18)
613

14+
### Chore
15+
16+
* chore(release): v2.0.0-rc.10 [skip ci] ([`11dd4da`](https://github.com/AI21Labs/ai21-python/commit/11dd4daca317e858765cabf7c6056f29ff03b261))
17+
718
### Fix
819

920
* fix: chat parameters (#39)

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.0-rc.10"
1+
VERSION = "2.0.0-rc.11"

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

0 commit comments

Comments
 (0)