Skip to content

Commit

Permalink
v3.2.1: added -f to the CMX core to be backwards compatible with CM…
Browse files Browse the repository at this point in the history
… commands like `cm rm cache -f`
  • Loading branch information
gfursin committed Oct 13, 2024
1 parent 95fc127 commit 7de49a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cm/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## V3.2.0.1
## V3.2.1
- added `-f` to the CMX core to be backwards compatible
with CM commands like `cm rm cache -f`

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__ = "3.2.0.1"
__version__ = "3.2.1"

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

0 comments on commit 7de49a1

Please sign in to comment.