Skip to content

Commit d1ec5ff

Browse files
author
semantic-release
committed
chore(release): v3.1.0-rc.3 [skip ci]
1 parent 5782127 commit d1ec5ff

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33

4+
## v3.1.0-rc.3 (2024-12-26)
5+
6+
### Fixes
7+
8+
* fix: not given as a constant not class (#244) ([`5782127`](https://github.com/AI21Labs/ai21-python/commit/5782127fbc805b68345ba68de2508a94306f50f4))
9+
10+
411
## v3.1.0-rc.2 (2024-12-22)
512

613
### Chores
714

15+
* chore(release): v3.1.0-rc.2 [skip ci] ([`5deee97`](https://github.com/AI21Labs/ai21-python/commit/5deee97bfdf97e7e15203c2267983c55e695cfde))
16+
817
* chore: :truck: rename `internet_research` to `web_search` (#241)
918

1019
EXEC-470

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.1.0-rc.2"
1+
VERSION = "3.1.0-rc.3"

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

0 commit comments

Comments
 (0)