Skip to content

Commit

Permalink
Bump up Aim to v3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihran113 committed Jul 15, 2024
1 parent 756f41a commit 3b08130
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.23.0 Jul 15, 2024

### Enhancements:
- Relax `numpy` version upper bound to include `numpy<3` (judahrand)
Expand Down
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.22.0
3.23.0
2 changes: 1 addition & 1 deletion aim/cli/init/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def init(repo, yes, skip_if_exists):
elif yes:
re_init = True
elif skip_if_exists:
click.echo('Repo exists at {}. Skipped initialization.'.format(repo.root_path))
click.echo('Repo exists at {}. Skipped initialization.'.format(repo_path))
return
else:
re_init = click.confirm(
Expand Down
2 changes: 1 addition & 1 deletion aim/web/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui_v2",
"version": "3.22.0",
"version": "3.23.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down

0 comments on commit 3b08130

Please sign in to comment.