Skip to content

Commit 64e5c19

Browse files
committed
update version
1 parent 80f7edf commit 64e5c19

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

bi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from .query_runner import import_query_runners
1616
from .destinations import import_destinations
1717

18-
__version__ = "1.2.1"
19-
__DeepBI_version__ = "1.2.1"
18+
__version__ = "1.2.2"
19+
__DeepBI_version__ = "1.2.2"
2020

2121

2222
def setup_logging():

version.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Version
2+
### 1.2.2
3+
- Add mongodb database support.
4+
- Fix the report generation path bug.
5+
6+
27
### 1.2.1
38
BUG fixes:
49
- Fixed the problem of token statistics in some network environments.

0 commit comments

Comments
 (0)