diff --git a/cm/CHANGES.md b/cm/CHANGES.md index 73b957e42..46b9fa2d5 100644 --- a/cm/CHANGES.md +++ b/cm/CHANGES.md @@ -1,4 +1,4 @@ -## V3.1.0.1 +## V3.2.0 - added `utils.test_input` to test if input has keys and report them as error - added `prefix_cmx` key to cmr.yaml to customize `cmx pull repo` diff --git a/cm/cmind/__init__.py b/cm/cmind/__init__.py index 0038e1259..cccfdd931 100644 --- a/cm/cmind/__init__.py +++ b/cm/cmind/__init__.py @@ -2,7 +2,7 @@ # # Written by Grigori Fursin -__version__ = "3.1.0.1" +__version__ = "3.2.0" from cmind.core import access from cmind.core import x