Skip to content

Commit bb84ffc

Browse files
committed
update
1 parent 4eccd34 commit bb84ffc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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.2"
19-
__DeepBI_version__ = "1.2.2"
18+
__version__ = "1.2.3"
19+
__DeepBI_version__ = "1.2.3"
2020

2121

2222
def setup_logging():

version.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# 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+
210
### 1.2.2
311
- Add mongodb database support.
412
- Fix the report generation path bug.

0 commit comments

Comments
 (0)