Skip to content

Commit 0a9ace7

Browse files
committed
chore(release): v2.0.0-rc.3 [skip ci]
1 parent 7c68b7f commit 0a9ace7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,23 @@
22

33

44

5+
## v2.0.0-rc.3 (2023-12-18)
6+
7+
### Fix
8+
9+
* fix: Change main project name in setup (#17)
10+
11+
* ci: precommit
12+
13+
* fix: version name ([`7c68b7f`](https://github.com/AI21Labs/ai21-python/commit/7c68b7f0671681e0faab3720649760b50d05d6c6))
14+
15+
516
## v2.0.0-rc.2 (2023-12-18)
617

18+
### Chore
19+
20+
* chore(release): v2.0.0-rc.2 [skip ci] ([`5b83506`](https://github.com/AI21Labs/ai21-python/commit/5b835060bc223bfec907624b2d717418ab51309e))
21+
722
### Feature
823

924
* feat: project name (#16)

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

0 commit comments

Comments
 (0)