Skip to content

Commit 2f53ec9

Browse files
committed
chore(release): v2.0.0-rc.4 [skip ci]
1 parent ef30164 commit 2f53ec9

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.0.0-rc.4 (2023-12-19)
6+
7+
### Ci
8+
9+
* ci: Change main proj name (#22)
10+
11+
* ci: precommit
12+
13+
* fix: version name
14+
15+
* ci: Added rc pipeline for semantic release
16+
17+
* ci: pypi api keys
18+
19+
* ci: Added rc pipeline for semantic release
20+
21+
* ci: pypi api keys ([`2e87234`](https://github.com/AI21Labs/ai21-python/commit/2e87234e1d8b2c0a992c0a4e4d2b95727bd63209))
22+
23+
### Fix
24+
25+
* fix: readme ([`ef30164`](https://github.com/AI21Labs/ai21-python/commit/ef30164b09497ff8a7134e8868e1df9980104613))
26+
27+
528
## v2.0.0-rc.3 (2023-12-18)
629

30+
### Chore
31+
32+
* chore(release): v2.0.0-rc.3 [skip ci] ([`0a9ace7`](https://github.com/AI21Labs/ai21-python/commit/0a9ace7dd8b59eb51b6dcb4e4a1118aaa012b454))
33+
734
### Fix
835

936
* fix: Change main project name in setup (#17)

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.3"
1+
VERSION = "2.0.0-rc.4"

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

0 commit comments

Comments
 (0)