v4.0 (2020-04-09)
- Changed
init_report
andinit_letter
to not explicitly specify the font size of the document. This changes reports to use a default font size of9
instead of8
. - Reformatted the code using
black
andisort
.
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
fromfunctools
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.