Skip to content

Commit

Permalink
chore: bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Aug 12, 2024
1 parent f4acc04 commit 4314ba0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.3.0

- Maximum token attribute of `CompletionRequest` defaults to None

## 7.2.0

### Python support
Expand Down
4 changes: 2 additions & 2 deletions aleph_alpha_client/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "7.2.0"
MIN_API_VERSION = "1.16.0"
__version__ = "7.3.0"
MIN_API_VERSION = "1.17.0"

0 comments on commit 4314ba0

Please sign in to comment.