Skip to content

Commit 7457c5b

Browse files
author
semantic-release
committed
chore(release): v3.0.0 [skip ci]
1 parent 53bac6c commit 7457c5b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# CHANGELOG
22

33

4-
## v2.16.0 (2024-11-11)
4+
## v3.0.0 (2024-11-11)
5+
6+
### Breaking
7+
8+
* feat!: BREAKING CHANGE: Version v3.0.0 (#229) ([`53bac6c`](https://github.com/AI21Labs/ai21-python/commit/53bac6c0b373b196fabe38f133213ac9d24e7e73))
9+
10+
### Chores
11+
12+
* chore(release): v2.16.0 [skip ci] ([`d8a6ecc`](https://github.com/AI21Labs/ai21-python/commit/d8a6ecc0da4f19183cdba826cf6641ad39dafbe8))
513

614
### Features
715

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.16.0"
1+
VERSION = "3.0.0"

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

0 commit comments

Comments
 (0)