Skip to content

Releases: FelixSchwarz/pyinvoice

v0.5.2

11 Oct 08:56

Choose a tag to compare

  • new CLI parameter --without-logo, replaces --with-logo
  • use ROUND_HALF_UP consistently everywhere (default for Decimal is ROUND_HALF_EVEN)
  • generate PDF/A-3 compatible PDFs if WeasyPrint v62+ was found
  • replace legacy scripts declaration with proper entry point
  • test Python 3.13