**Release created on: 12.10.2024 - 13:52:41**
New Features
* Use data models (unit testing, code coverage) from pyEDAA.Reports.
Other data models will be migrated at a later point in time.
* *First experiments for highlighted code with code-coverage.*
→ Sphinx and Pygments offer no support for code highlighting, the implementation of syntax highlighting in Sphinx is just a dirty hack!
⇒ We need to write our own highlighting
⇒ and as it looks like own parsers, because Pygments has no good API...
Changes
* Bumped dependencies.
* Due to Sphinx 8.x support/requirement, Python 3.9 was dropped.
Bug Fixes
* *unknown, probably yes*