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 committed Nov 23, 2022
1 parent 451efec commit dd4077f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vsc/model/vsc_ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,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 dd4077f

Please sign in to comment.