Skip to content

Commit

Permalink
release v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jul 20, 2023
1 parent 5496d0e commit 3208be9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- v1.5.3(2023-07-20)
- 优化 记录异步任务日志
- 修复 Py2导入证书失败问题
- 新增 重置用户密码
- 新增 批量补全域名icp信息
- 新增 异步任务日志记录
- 修复 自动发布代码滞后的问题

- v1.5.2(2023-07-20)
- 修复 Py2下导出异常
- 新增 域名支持更新标签字段
Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.5.2'
VERSION = '1.5.3'

0 comments on commit 3208be9

Please sign in to comment.