From 188ecc8ea2dbb5847eeae2d223d9bf0261829ca6 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 18 Oct 2024 22:23:01 +0200 Subject: [PATCH] :memo: Add versionadded to append --- lnschema_core/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnschema_core/models.py b/lnschema_core/models.py index e68a49ed..304d974f 100644 --- a/lnschema_core/models.py +++ b/lnschema_core/models.py @@ -2575,6 +2575,8 @@ def append(self, artifact: Artifact, run: Run | None = None) -> Collection: Args: artifact: An artifact to add to the collection. run: The run that creates the new version of the collection. + + .. versionadded:: 0.76.14 """ pass