Skip to content

Commit

Permalink
CM v2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Jun 15, 2024
1 parent cf8c680 commit 3e526b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## V2.3.1
## V2.3.2
- fixed "cm pull repo --branch={BRANCH NAME}" behavior for all OS
- added GitHub tests for Windows
- added more tests for CM-MLPerf workflows for different hardware

## v2.3.1
- various minor fixes based on user feedback

## V2.3.0
- added automatic CM repo alias from mlcommons@ck to mlcommons@cm4mlops
unless branch and checkout are used!
Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Written by Grigori Fursin

__version__ = "2.3.1"
__version__ = "2.3.2"

from cmind.core import access
from cmind.core import error
Expand Down

0 comments on commit 3e526b3

Please sign in to comment.