diff --git a/app/resources/custom_help.py b/app/resources/custom_help.py index 1d7628cd..7f6a27f5 100644 --- a/app/resources/custom_help.py +++ b/app/resources/custom_help.py @@ -6,10 +6,9 @@ class HelpPage: page = { 'update': { - 'version': '2.7.0a0', - '1': 'The logic of normal upload and resumble are splited. ' - 'add new command for resumable upload as `pilotcli file resume -r manifest.json`', - '2': 'The manifest file will be output for both file/folder upload', + 'version': '2.7.0', + '1': 'Add new feature for folder merging', + '2': 'Secure the config file', '3': 'Optimize logic, input and error message', }, 'dataset': {