Skip to content

Commit b6d3186

Browse files
author
semantic-release
committed
chore(release): v2.3.1 [skip ci]
1 parent d19332d commit b6d3186

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.3.1 (2024-05-22)
6+
7+
### Chore
8+
9+
* chore(deps): bump idna from 3.6 to 3.7 (#96)
10+
11+
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
12+
- [Release notes](https://github.com/kjd/idna/releases)
13+
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
14+
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: idna
19+
dependency-type: indirect
20+
...
21+
22+
Signed-off-by: dependabot[bot] <support@github.com>
23+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`7c52f19`](https://github.com/AI21Labs/ai21-python/commit/7c52f19012d400a23e38f5e41191d5f865c7d0a6))
25+
26+
### Documentation
27+
28+
* docs: Table of contents in readme (#119)
29+
30+
* docs: Updated docs with table of contents
31+
32+
* fix: docs
33+
34+
* fix: more docs stuff
35+
36+
* fix: emoji
37+
38+
* fix: cloud emoji ([`aca280e`](https://github.com/AI21Labs/ai21-python/commit/aca280e3d57f70c054491fbcaee45a905dda6b6b))
39+
40+
### Fix
41+
42+
* fix: updated env var in real time (#120) ([`d19332d`](https://github.com/AI21Labs/ai21-python/commit/d19332d43d138b2060670561abbac292ece76826))
43+
44+
545
## v2.3.0 (2024-05-20)
646

747
### Chore
848

49+
* chore(release): v2.3.0 [skip ci] ([`d2d416a`](https://github.com/AI21Labs/ai21-python/commit/d2d416aaaf018c9905ad947fe70e30dfd951b5e6))
50+
951
* chore(deps): bump python-semantic-release/python-semantic-release (#115)
1052

1153
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.3.1 to 9.7.3.

ai21/version.py

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

0 commit comments

Comments
 (0)