Skip to content

Commit d9061aa

Browse files
committed
Bump version to 0.0.32
1 parent bbe25b4 commit d9061aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

reqif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.31"
1+
__version__ = "0.0.32"

reqif/models/reqif_spec_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__( # pylint: disable=too-many-arguments
1717
self.attribute_type: SpecObjectAttributeType = attribute_type
1818
self.definition_ref: str = definition_ref
1919
self.value: Union[str, List[str]] = value
20-
# Only for XHTML attributes: A valud stripped of the
20+
# Only for XHTML attributes: A value stripped of the
2121
# <xhtml:...> namespace. <xhtml:div> becomes <div>...
2222
self.value_stripped_xhtml: Optional[str] = value_stripped_xhtml
2323
self.xml_node: Optional[Any] = xml_node

0 commit comments

Comments
 (0)