Skip to content

Commit

Permalink
Add version to annotation field
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Nov 5, 2024
1 parent 9ec6e11 commit cd4a4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Unreleased
Added
-----
- Add support for predictions
- Add version to annotation field


===================
Expand Down
1 change: 1 addition & 0 deletions src/resdk/resources/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class AnnotationField(BaseResource):
"validator_regex",
"vocabulary",
"required",
"version",
)

def __init__(self, resolwe: "Resolwe", **model_data):
Expand Down

0 comments on commit cd4a4d1

Please sign in to comment.