Skip to content

v0.2.1

Latest

Choose a tag to compare

@JSv4 JSv4 released this 23 May 02:55

Patch release with documentation and typing fixes.

Changes

  • docs/quickstart.md rewritten to lead with the recommended DocxodusEngine (was previously the legacy engine), with a new section demonstrating Docxodus-only comparison kwargs and a callout that XmlPowerToolsEngine silently ignores them. (#23)
  • run_redline argument type widened from Union[bytes, Path] to Union[str, bytes, Path] to match documented usage — passing plain str paths now matches the annotation. No runtime behavior change. (#23)

Install

pip install --upgrade python-redlines[docxodus]