Skip to content

Commit

Permalink
chore(release): v2.0.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 7, 2024
1 parent 8fd72f0 commit d0ccc5d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,32 @@



## v2.0.3 (2024-02-07)

### Documentation

* docs: add code snippet notebook (#58)

* add code snippet notebook

* docs: add code snippet notebook

---------

Co-authored-by: Joshua Broyde <[email protected]>
Co-authored-by: asafgardin <[email protected]> ([`139d05f`](https://github.com/AI21Labs/ai21-python/commit/139d05f919d7c89da031dd50bf7bc1f080dc2d31))

### Fix

* fix: skip passing API key to ARN endpoint (#60) ([`8fd72f0`](https://github.com/AI21Labs/ai21-python/commit/8fd72f0ebe23bc23244e8453744b46bd093bccb3))


## v2.0.2 (2024-02-04)

### Chore

* chore(release): v2.0.2 [skip ci] ([`2db1816`](https://github.com/AI21Labs/ai21-python/commit/2db1816a152a20d18cbd397183512f479d4fec90))

* chore(deps): bump python-semantic-release/python-semantic-release (#49)

Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.3.0 to 8.7.2.
Expand Down
2 changes: 1 addition & 1 deletion ai21/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.0.2"
VERSION = "2.0.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exclude_lines = [

[tool.poetry]
name = "ai21"
version = "2.0.2"
version = "2.0.3"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down

0 comments on commit d0ccc5d

Please sign in to comment.