From cdb4d37c50c9641eb2b1de8f86fc65b355b55eea Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:50:26 +0000 Subject: [PATCH] Docs: add version-added admonition [skip ci] --- cylc/flow/cfgspec/workflow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cylc/flow/cfgspec/workflow.py b/cylc/flow/cfgspec/workflow.py index 8ad315a7b2c..d22f0f415bb 100644 --- a/cylc/flow/cfgspec/workflow.py +++ b/cylc/flow/cfgspec/workflow.py @@ -813,6 +813,8 @@ def get_script_common_text(this: str, example: Optional[str] = None): One sequential xtrigger on a parentless task with multiple xtriggers will cause sequential spawning. + + .. versionadded:: 8.3.0 ''') with Conf('xtriggers', desc=''' This section is for *External Trigger* function declarations -