Skip to content

Commit

Permalink
vsc_ast.py: Implement version_label
Browse files Browse the repository at this point in the history
Signed-off-by: Gunnar Andersson <gunnar_dev@[email protected]>
  • Loading branch information
Gunnar Andersson authored and Gunnar Andersson committed Apr 17, 2023
1 parent ff25776 commit 9d5b304
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ifex/model/ifex_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ class Namespace:
minor_version: Optional[int] = None
""" Provides the minor version of the namespace. """

version_label: Optional[str] = str()
""" A free-form string that contains any additional information about the content/version """

events: Optional[List[Event]] = field(default_factory=EmptyList)
""" Contains a list of the events in a given namespace """

Expand Down

0 comments on commit 9d5b304

Please sign in to comment.