Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhishufei committed Jan 22, 2024
1 parent 80f7edf commit 64e5c19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from .query_runner import import_query_runners
from .destinations import import_destinations

__version__ = "1.2.1"
__DeepBI_version__ = "1.2.1"
__version__ = "1.2.2"
__DeepBI_version__ = "1.2.2"


def setup_logging():
Expand Down
5 changes: 5 additions & 0 deletions version.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Version
### 1.2.2
- Add mongodb database support.
- Fix the report generation path bug.


### 1.2.1
BUG fixes:
- Fixed the problem of token statistics in some network environments.
Expand Down

0 comments on commit 64e5c19

Please sign in to comment.