diff --git a/cm/CHANGES.md b/cm/CHANGES.md index 5be3242b8b..4525bcb9a7 100644 --- a/cm/CHANGES.md +++ b/cm/CHANGES.md @@ -1,4 +1,4 @@ -## V1.0.5.1 +## V1.1.1 - added --checkout and --branch to "cm pull repo' for more determinism and reproducibility - detect if repository and its forks already exist during "cm pull repo" (#397) - support = inside argument of a key (--key="x=y") (#453) diff --git a/cm/cmind/__init__.py b/cm/cmind/__init__.py index 04a02191db..1b91b4223a 100644 --- a/cm/cmind/__init__.py +++ b/cm/cmind/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.5.1" +__version__ = "1.1.1" from cmind.core import access from cmind.core import error