----------------
- Replace ``cerberus`` with ``jsonschema``.
- Remove upperbound-pin in ``pyproject.toml``.
Do not falsely claim incompatibility with python 4.0.
- Change yaml-extension from ``*.yml`` to ``*.yaml``.
- Renamed environment-variable ``PYTHON_LOG_CONFIG`` into `.
- Renamed environment-variable ``PYTHON_LOG_DIR`` into ``LOG_DIR``.
- Replace ``pkg_resources`` with ``importlib.resources``.
- Remove compatibility with ``PyYaml`` < 5.1.
- Remove ``click`` as dependency.
- Remove ``libranet-print-logging-tree``-executable.
- Remove dependency on ``distutils`` by copying over
function ``distutils.utils.str2bool``.
- Add ``.readthedocs.yaml``.
- Modernize setup, switch to ``pyproject.toml`` and remove old-style ``setup.py`` and ``setup.cfg``.
- Remove no longer needed ``MANIFEST.in``.
- Remove ``etc/pip-requirements``, replaced by ``poetry.lock``.
- Move ``.pylintrc`` to ``pyproject.toml``
- Update all dependencies.
- Add ``pyroma`` as dev-dependency.