diff --git a/docker_compose_deploy/loonflow_only/loonflow-task/Dockerfile b/docker_compose_deploy/loonflow_only/loonflow-task/Dockerfile index 997ad394..350a8855 100644 --- a/docker_compose_deploy/loonflow_only/loonflow-task/Dockerfile +++ b/docker_compose_deploy/loonflow_only/loonflow-task/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /opt # RUN git clone https://github.com/blackholll/loonflow.git RUN git clone https://gitee.com/shihowcom/loonflow_ro WORKDIR /opt/loonflow_ro -RUN git checkout r1.0.9 +RUN git checkout r1.0.10 WORKDIR /opt RUN mv loonflow_ro loonflow WORKDIR /opt/loonflow/requirements diff --git a/docker_compose_deploy/loonflow_shutongflow/loonflow-task/Dockerfile b/docker_compose_deploy/loonflow_shutongflow/loonflow-task/Dockerfile index 21341fac..da8de1ac 100644 --- a/docker_compose_deploy/loonflow_shutongflow/loonflow-task/Dockerfile +++ b/docker_compose_deploy/loonflow_shutongflow/loonflow-task/Dockerfile @@ -5,6 +5,6 @@ RUN mkdir -p /var/log/loonflow & \ yum install -y git python3 WORKDIR /opt -RUN git clone --branch r1.0.9 https://gitee.com/shihowcom/loonflow_ro loonflow +RUN git clone --branch r1.0.10 https://gitee.com/shihowcom/loonflow_ro loonflow WORKDIR loonflow RUN python3 /opt/loonflow/docker_compose_deploy/loonflow_shutongflow/setup_loonflow.py diff --git a/settings/common.py b/settings/common.py index b2730e5f..6434df21 100644 --- a/settings/common.py +++ b/settings/common.py @@ -14,7 +14,7 @@ import platform -VERSION = 'v1.0.9' +VERSION = 'v1.0.10' # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) diff --git a/sphinx_docs/source/others/release_note.rst b/sphinx_docs/source/others/release_note.rst index 53efe38d..13d63898 100644 --- a/sphinx_docs/source/others/release_note.rst +++ b/sphinx_docs/source/others/release_note.rst @@ -2,6 +2,14 @@ 发布说明 ============== + +--------- +r1.0.10 +--------- +- 修复: 当参与人类型为部门,且参与人设置了多个部门id(逗号隔开)时,无法正确流转到对应的人 +- 修复: 管理后台中配置流转时,"点击弹窗提示 "属性无法成功保存问题 + + --------- r1.0.9 ---------