Remove __config_version__
In __init__.py
there are two things:
-
__version__
, the unique place where nabu version is defined -
__config_version__
, which defines the version of configuration file.
However with the compatibility policy of configuration files across versions, it should not be needed anymore.
Edited by Pierre Paleo