Skip to content

Commit 9551776

Browse files
author
github-actions
committed
chore(release): v2.1.2 [skip ci]
1 parent f561dd8 commit 9551776

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.1.2 (2024-02-27)
6+
7+
### Fix
8+
9+
* fix: Added future type annotation to sagemaker (#74) ([`f561dd8`](https://github.com/AI21Labs/ai21-python/commit/f561dd8ce2a2bd4e532f46fe96211486f9b8cc39))
10+
11+
512
## v2.1.1 (2024-02-25)
613

14+
### Chore
15+
16+
* chore(release): v2.1.1 [skip ci] ([`69dc136`](https://github.com/AI21Labs/ai21-python/commit/69dc1361e47cdc60dde3c366dffe89b364fdce26))
17+
718
### Fix
819

920
* fix: add logit bias to studio, sagemaker (#70)

ai21/version.py

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

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

0 commit comments

Comments
 (0)