Add versionadded

This commit is contained in:
Shane Lee 2024-02-21 09:55:38 -07:00 committed by Daniel Wozniak
parent d68826c61e
commit d0e9541034

View file

@ -304,6 +304,8 @@ def present(
Create a new task in the designated location. This function has many keyword
arguments that are not listed here. For additional arguments see:
.. versionadded:: 3007.0
- :py:func:`edit_task`
- :py:func:`add_action`
- :py:func:`add_trigger`
@ -459,6 +461,8 @@ def absent(name, location="\\"):
r"""
Delete a task from the task scheduler.
.. versionadded:: 3007.0
Args:
name (str): The name of the task to delete.