File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v2.15.1 (2024-09-30)
4+
5+ ### Chore
6+
7+ * chore(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#210 )
8+
9+ Bumps [ pypa/gh-action-pypi-publish] ( https://github.com/pypa/gh-action-pypi-publish ) from 1.10.0 to 1.10.1.
10+ - [ Release notes] ( https://github.com/pypa/gh-action-pypi-publish/releases )
11+ - [ Commits] ( https://github.com/pypa/gh-action-pypi-publish/compare/8a08d616893759ef8e1aa1f2785787c0b97e20d6...0ab0b79471669eb3a4d647e625009c62f9f3b241 )
12+
13+ ---
14+ updated-dependencies:
15+ - dependency-name: pypa/gh-action-pypi-publish
16+ dependency-type: direct: production
17+ update-type: version-update: semver-patch
18+ ...
19+
20+ Signed-off-by: dependabot
[ bot
] < ; [email protected] > ; 21+ Co-authored-by: dependabot[ bot] < ; 49699333+dependabot[ bot] @users .noreply.github.com> ;
22+ Co-authored-by: Asaf Joseph Gardin
< ; [email protected] > ; (
[ ` 6da18da ` ] ( https://github.com/AI21Labs/ai21-python/commit/6da18da7dd9c104092161f435e3c39432e04f095 ) )
23+
24+ ### Fix
25+
26+ * fix: Removed unnecessary urls (#213 ) ([ ` 8562e86 ` ] ( https://github.com/AI21Labs/ai21-python/commit/8562e86f611a3ca49d78bbd82b6c6f5962265613 ) )
27+
328## v2.15.0 (2024-09-24)
429
530### Chore
631
32+ * chore(release): v2.15.0 [ skip ci] ([ ` 8835e75 ` ] ( https://github.com/AI21Labs/ai21-python/commit/8835e75c4b825986d044658b79b5fd44497a9673 ) )
33+
734* chore(deps-dev): bump cryptography from 42.0.7 to 43.0.1 (#209 )
835
936Bumps [ cryptography] ( https://github.com/pyca/cryptography ) from 42.0.7 to 43.0.1.
Original file line number Diff line number Diff line change 1- VERSION = "2.15.0 "
1+ VERSION = "2.15.1 "
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ exclude_lines = [
4646
4747[tool .poetry ]
4848name = " ai21"
49- version = " 2.15.0 "
49+ version = " 2.15.1 "
5050description = " "
5151authors = [" AI21 Labs" ]
5252readme = " README.md"
You can’t perform that action at this time.
0 commit comments