Skip to content

Commit

Permalink
release v1.6.38
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jul 5, 2024
1 parent a7e36c9 commit 512fbc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- v1.6.38(2024-07-05)
- 修复通配符域名多级子域名判定错误
- fix
- fix

- v1.6.37(2024-07-03)
- 修复低版本升级到v1.6.35失败的问题
- 更新文档
Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.6.37'
VERSION = '1.6.38'

0 comments on commit 512fbc0

Please sign in to comment.