From f84069a04b45e9889498c9c648cdc554a79abbef Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Wed, 20 Mar 2024 13:54:06 +0100 Subject: [PATCH] V2.0.3 - added support to handle broken CM repositories: https://github.com/mlcommons/ck/issues/1177 - added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches - added "cm import repo" to import repository in the current directory --- cm/CHANGES.md | 5 +++++ cm/cmind/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cm/CHANGES.md b/cm/CHANGES.md index 8202e9477..bdec2698d 100644 --- a/cm/CHANGES.md +++ b/cm/CHANGES.md @@ -1,3 +1,8 @@ +## V2.0.3 + - added support to handle broken CM repositories: https://github.com/mlcommons/ck/issues/1177 + - added "cm checkout repo mlcommons@ck --branch=dev" to make it easier to switch branches + - added "cm import repo" to import repository in the current directory + ## V2.0.2 - added support to update all CM Git repos in one go: "cm pull repo" - added support to show extra info about CM Git repos: "cm show repo" diff --git a/cm/cmind/__init__.py b/cm/cmind/__init__.py index 97782adc2..2bedc3b20 100644 --- a/cm/cmind/__init__.py +++ b/cm/cmind/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.2.1" +__version__ = "2.0.3" from cmind.core import access from cmind.core import error