Skip to content

Commit d0ccc5d

Browse files
author
github-actions
committed
chore(release): v2.0.3 [skip ci]
1 parent 8fd72f0 commit d0ccc5d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,32 @@
22

33

44

5+
## v2.0.3 (2024-02-07)
6+
7+
### Documentation
8+
9+
* docs: add code snippet notebook (#58)
10+
11+
* add code snippet notebook
12+
13+
* docs: add code snippet notebook
14+
15+
---------
16+
17+
Co-authored-by: Joshua Broyde <joshuabroyde@Joshua-Broyde-PMGQ73FQ16.local>
18+
Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com> ([`139d05f`](https://github.com/AI21Labs/ai21-python/commit/139d05f919d7c89da031dd50bf7bc1f080dc2d31))
19+
20+
### Fix
21+
22+
* fix: skip passing API key to ARN endpoint (#60) ([`8fd72f0`](https://github.com/AI21Labs/ai21-python/commit/8fd72f0ebe23bc23244e8453744b46bd093bccb3))
23+
24+
525
## v2.0.2 (2024-02-04)
626

727
### Chore
828

29+
* chore(release): v2.0.2 [skip ci] ([`2db1816`](https://github.com/AI21Labs/ai21-python/commit/2db1816a152a20d18cbd397183512f479d4fec90))
30+
931
* chore(deps): bump python-semantic-release/python-semantic-release (#49)
1032

1133
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.3.0 to 8.7.2.

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.0.2"
1+
VERSION = "2.0.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.2"
49+
version = "2.0.3"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)