ChangeNoteInfo¶
- class chango.ChangeNoteInfo(uid, version, file_path)¶
Bases:
objectObjects of this type represents metadata about a change note.
- Parameters:
- uid¶
Unique identifier of this change note.
- Type:
str
- version¶
The version the change note belongs to. May be
Noneif the change note is not yet released.- Type:
Version|None
- file_path¶
The file path this change note is stored at.
- Type:
pathlib.Path