We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea3111 commit 1ecc13fCopy full SHA for 1ecc13f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 4.10.0 (2023-11-21)
4
+
5
+- add cli group 'mara-db'. Mark old cli commands as deprecated (#74)
6
7
## 4.9.2 (2023-02-21)
8
9
### Bugfixes :bug:
mara_db/__init__.py
@@ -1,5 +1,5 @@
"""Make the functionalities of this package auto-discoverable by mara-app"""
-__version__ = '4.9.2'
+__version__ = '4.10.0'
def MARA_CONFIG_MODULES():
0 commit comments