What's Changed
* labels for bibls by csae8092 in https://github.com/acdh-oeaw/acdh-tei-pyutils/pull/39
python
def make_bibl_label(
node: ET.Element,
no_author="o.A",
year="o.J",
editor_abbr="(Hg.)",
max_title_length=75,
) -> str:
**Full Changelog**: https://github.com/acdh-oeaw/acdh-tei-pyutils/compare/v1.4...v1.5