From 8c5838bfea64c47fe2b99008b832636603560865 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 22 Oct 2022 16:30:01 -0400 Subject: Add missing since annotations in docs This is based on searching for `@FeatureNew*` decorators. There is also one correction to a version in a decorators; `build_by_default` was added in #1303, which is 0.38.0, not 0.40.0. --- docs/markdown/Python-module.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/markdown/Python-module.md') diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index bf40ce4..c80f7e9 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -111,6 +111,8 @@ add `dependencies : py_installation.dependency()`, see [[dependency]]. python_dependency py_installation.dependency(...) ``` +*since 0.53.0* + This method accepts no positional arguments, and the same keyword arguments as the standard [[dependency]] function. It also supports the following keyword argument: -- cgit v1.1