**Release created on: 08.02.2023 - 21:29:24**
New Features
* Marked abstract methods with `abstractmethod`.
* Marked classes with `export` for automated documentation feature.
* New method abstracting `git show ...`.
Changes
* Bumped dependencies.
* Fixed incompatibility with pyTooling v2.x due to changes in metaclasses.
* Replaced dependency to `py-flags` with builtin `Enum` class.
* Updated pyTooling/Actions to use `dev` branch releases.
This enables Python 3.11 testing.
* Updated copyrights and file headers.
* Removed overloaded methods for `__init__` in `Application`.
* Changed single-quote strings to double-quote strings.
* Converted `"...".format(...)` to f-strings.
* Enhanced `pyproject.toml`.
Bug Fixes
* Remove init values on class level.
* Fixed type hints especially of nullable parameters.
* Added missing field `build` in case no configuration file was found.
* Convert returned UNIX timerstamp to a datetime.
Known Issues
* Sphinx is limited to <v6.0.0