We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eccd34 commit bb84ffcCopy full SHA for bb84ffc
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.2"
19
-__DeepBI_version__ = "1.2.2"
+__version__ = "1.2.3"
+__DeepBI_version__ = "1.2.3"
20
21
22
def setup_logging():
version.md
@@ -1,4 +1,12 @@
1
# Version
2
+### 1.2.3
3
+- fix some bug,such as Echarts 、json suport、 html output、sql query
4
+- support Azure API key
5
+- Added region scaling and scroll legend features
6
+- Added the ubuntu start and stop script
7
+
8
9
10
### 1.2.2
11
- Add mongodb database support.
12
- Fix the report generation path bug.
0 commit comments