Skip to content

Commit

Permalink
preparing release (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored Nov 15, 2022
2 parents fe95527 + 88f31e5 commit f9abc76
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 @@
## 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)
Expand Down
2 changes: 1 addition & 1 deletion cm/cmind/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.5.1"
__version__ = "1.1.1"

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

0 comments on commit f9abc76

Please sign in to comment.