From 2736e7122920bb9c2f4ba522fd366792f0ee75d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20Jer=C5=A1e?= Date: Mon, 4 Nov 2024 14:59:06 +0100 Subject: [PATCH] Add version to annotation field --- docs/CHANGELOG.rst | 1 + src/resdk/resources/annotations.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 513ad485..3bf300dc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -12,6 +12,7 @@ Unreleased Added ----- - Add support for predictions +- Add version to annotation field =================== diff --git a/src/resdk/resources/annotations.py b/src/resdk/resources/annotations.py index e35c38a5..d0369cc1 100644 --- a/src/resdk/resources/annotations.py +++ b/src/resdk/resources/annotations.py @@ -51,6 +51,7 @@ class AnnotationField(BaseResource): "validator_regex", "vocabulary", "required", + "version", ) def __init__(self, resolwe: "Resolwe", **model_data):