Skip to content

Commit f708889

Browse files
author
semantic-release
committed
chore(release): v2.4.1 [skip ci]
1 parent cbbc213 commit f708889

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.4.1 (2024-06-03)
6+
7+
### Chore
8+
9+
* chore(deps): bump python-semantic-release/python-semantic-release (#121)
10+
11+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.7.3 to 9.8.0.
12+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
13+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
14+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.7.3...v9.8.0)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: python-semantic-release/python-semantic-release
19+
dependency-type: direct:production
20+
update-type: version-update:semver-minor
21+
...
22+
23+
Signed-off-by: dependabot[bot] <support@github.com>
24+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`c8ade60`](https://github.com/AI21Labs/ai21-python/commit/c8ade60602661e0193e33371e942dd7a4600915a))
26+
27+
### Ci
28+
29+
* ci: Added reach for auto assign (#124) ([`3f3aed0`](https://github.com/AI21Labs/ai21-python/commit/3f3aed0a653aef7a5addc005e96323c5f8874108))
30+
31+
### Fix
32+
33+
* fix: num_retries (#125) ([`cbbc213`](https://github.com/AI21Labs/ai21-python/commit/cbbc213bd840158797d3b5cfbcbc11200bd12f06))
34+
35+
### Unknown
36+
37+
* --- (#118)
38+
39+
updated-dependencies:
40+
- dependency-name: requests
41+
dependency-type: indirect
42+
...
43+
44+
Signed-off-by: dependabot[bot] <support@github.com>
45+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`30e1e58`](https://github.com/AI21Labs/ai21-python/commit/30e1e589e050958d277af00dd2aadbc493b9c56d))
47+
48+
549
## v2.4.0 (2024-05-28)
650

51+
### Chore
52+
53+
* chore(release): v2.4.0 [skip ci] ([`b4062d2`](https://github.com/AI21Labs/ai21-python/commit/b4062d250f04b89b0f9ddd6762d61dd1363f0dc5))
54+
755
### Feature
856

957
* feat: Added beta to client (#123) ([`e3bfb27`](https://github.com/AI21Labs/ai21-python/commit/e3bfb272fc2d5f4341dff55d90e34da319b464f1))

ai21/version.py

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

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

0 commit comments

Comments
 (0)