From 000c8335c794a53660cceb9180bfc942e16df9e7 Mon Sep 17 00:00:00 2001 From: zhiren Date: Thu, 17 Aug 2023 10:10:51 -0400 Subject: [PATCH 1/2] bumpup to 2.6.0 to align with portal version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c40e98df..18e505cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app" -version = "2.5.2" +version = "2.6.0" description = "This service is designed to support pilot platform" authors = ["Indoc Systems"] From ac97a77b3f70a22e403d7e0059720224371925eb Mon Sep 17 00:00:00 2001 From: zhiren Date: Thu, 17 Aug 2023 10:14:02 -0400 Subject: [PATCH 2/2] update the version in help page --- app/resources/custom_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/custom_help.py b/app/resources/custom_help.py index 1b57fe49..87e0eee7 100644 --- a/app/resources/custom_help.py +++ b/app/resources/custom_help.py @@ -6,7 +6,7 @@ class HelpPage: page = { 'update': { - 'version': '2.5.1', + 'version': '2.6.0', '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',