Upgrade the version 3.1.4 to 3.1.5

This commit is contained in:
LINxiansheng
2022-08-16 20:33:16 +08:00
committed by wangzelin.wzl
parent 07592637a7
commit 4a71740484
13 changed files with 27 additions and 368 deletions

View File

@ -12,7 +12,7 @@ import time
class UpgradeParams:
log_filename = 'upgrade_post_checker.log'
new_version = '3.1.4'
new_version = '3.1.5'
#### --------------start : my_error.py --------------
class MyError(Exception):
def __init__(self, value):