We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f7edf commit 64e5c19Copy full SHA for 64e5c19
bi/__init__.py
@@ -15,8 +15,8 @@
15
from .query_runner import import_query_runners
16
from .destinations import import_destinations
17
18
-__version__ = "1.2.1"
19
-__DeepBI_version__ = "1.2.1"
+__version__ = "1.2.2"
+__DeepBI_version__ = "1.2.2"
20
21
22
def setup_logging():
version.md
@@ -1,4 +1,9 @@
1
# Version
2
+### 1.2.2
3
+- Add mongodb database support.
4
+- Fix the report generation path bug.
5
+
6
7
### 1.2.1
8
BUG fixes:
9
- Fixed the problem of token statistics in some network environments.
0 commit comments