Skip to content

Commit 992c82c

Browse files
committed
v0.6.3
1 parent c3ea4f2 commit 992c82c

File tree

4 files changed

+730
-538
lines changed

4 files changed

+730
-538
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.3 (2020-10-26)
2+
3+
#### Bug Fixes
4+
- Fixed 导出全部,导出当前,manytomany字段处理
5+
- Fixed 点击导出全部后,选择表格行数据后空显示
6+
17
## v0.6.0 (2020-10-26)
28

39
#### Bug Fixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def package_files(directories):
1818

1919
setup(
2020
name="tyadmin_api_cli",
21-
version="0.6.2",
21+
version="0.6.3",
2222
keywords=("pip", "mtianyan", "xadmin", "Django", "Antd", "Antd Design Pro"),
2323
description="modern base on models django admin powered by Antd Design Pro",
2424
long_description="modern base on models django admin powered by Antd Design Pro",

0 commit comments

Comments
 (0)