Skip to content

Commit

Permalink
chore(release): v2.0.0-rc.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2023
1 parent 7c68b7f commit 0a9ace7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@



## v2.0.0-rc.3 (2023-12-18)

### Fix

* fix: Change main project name in setup (#17)

* ci: precommit

* fix: version name ([`7c68b7f`](https://github.com/AI21Labs/ai21-python/commit/7c68b7f0671681e0faab3720649760b50d05d6c6))


## v2.0.0-rc.2 (2023-12-18)

### Chore

* chore(release): v2.0.0-rc.2 [skip ci] ([`5b83506`](https://github.com/AI21Labs/ai21-python/commit/5b835060bc223bfec907624b2d717418ab51309e))

### Feature

* feat: project name (#16)
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.0-rc.2"
VERSION = "2.0.0-rc.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.0-rc.2"
version = "2.0.0-rc.3"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down

0 comments on commit 0a9ace7

Please sign in to comment.