Skip to content

Commit 443bd03

Browse files
authored
V2.3.7 release (#1294)
- added cmind.core.debug to make it easier to debug CM automations - added env CM_CORE_SKIP_FIX_REPO_PATH to skip fixing non-existent repo paths
2 parents b395821 + df7def0 commit 443bd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cm/CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## V2.3.6.1
1+
## V2.3.7
22
- added cmind.core.debug to make it easier to debug CM automations
33
- added env CM_CORE_SKIP_FIX_REPO_PATH to skip fixing non-existent repo paths
44

cm/cmind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Written by Grigori Fursin
44

5-
__version__ = "2.3.6.1"
5+
__version__ = "2.3.7"
66

77
from cmind.core import access
88
from cmind.core import error

0 commit comments

Comments
 (0)