fix(odt): remove stray blank paragraph from template (#42)

The template contained an empty <text:p/> that was rendered as
a blank line before the report header.  After loading the template,
strip all text:p children so that ODT output no longer depends on
template editing artifacts.

Closes #42.
This commit is contained in:
Кокос Артем Николаевич
2026-06-30 09:43:08 +07:00
parent 59af7ce464
commit 5dd234e7b3
2 changed files with 8 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "redmine-reporter"
version = "1.8.0"
version = "1.8.1"
description = "Redmine time-entry based issue reporter for internal use"
readme = "README.md"
authors = [{ name = "Artem Kokos", email = "artem-kokos@mail.ru" }]