[Update] 修改版本号(v1.5.6)

pull/3583/head
BaiJiangJie 2019-12-31 18:49:16 +08:00
parent 02650c9cdc
commit 9556d33d1c
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG', 'DYNAMIC']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '1.5.5'
VERSION = '1.5.6'
CONFIG = ConfigManager.load_user_config()
DYNAMIC = ConfigManager.get_dynamic_config(CONFIG)