Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.26 KB

CHANGELOG.rst

File metadata and controls

51 lines (32 loc) · 1.26 KB

Change log

v4.0 (2020-04-09)

  • Changed init_report and init_letter to not explicitly specify the font size of the document. This changes reports to use a default font size of 9 instead of 8.
  • Reformatted the code using black and isort.

v3.3 (2019-03-04)

  • Fixed a grave bug where mini_html would silently drop content outside of HTML elements.

v3.2 (2017-04-13)

  • Imported reduce from functools for Python 3 compatibility.

v3.1 (2014-10-21)

  • Started building universal wheels.
  • Added an option to init_letter to specify the X position of the address block.

v3.0 (2014-01-03)

  • Added compatibility with Python 3.