Skip to content

Commit

Permalink
release v1.5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Nov 28, 2023
1 parent ad35e05 commit d491464
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
- v1.5.32(2023-11-28)
- 优化数据库迁移升级配置
- 证书部署支持非默认的SSH连接端口
- 完善文档
- 完善文档

- v1.5.31(2023-11-22)
- 完善注释
- fix: 新增docker和红帽系reload (#70)
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.31'
VERSION = '1.5.32'

0 comments on commit d491464

Please sign in to comment.