Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 390 Bytes

release_notes.md

File metadata and controls

6 lines (5 loc) · 390 Bytes

📣 borb release 2.0.22.2

This release is a small bugfix release. By adding al lot of imports to borb/pdf/__init__.py suddenly all imports for Chart were imported. This included matplotlib.pyplot. This import is only needed when working with Chart. I changed the code in Chart to only declare the type, but not do the import (as it didn't really need to in the first place).