Version bump, stability testing starting.

This commit is contained in:
Carsten Schmiemann 2023-06-12 21:59:13 +02:00
parent 81fb48fd61
commit 8f1dd94d14
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from vedbus import VeDbusService
from ve_utils import exit_on_error
from settingsdevice import SettingsDevice
VERSION = '1.0'
VERSION = '1.5'
def handle_changed_setting(setting, oldvalue, newvalue):
logging.debug('setting changed, setting: %s, old: %s, new: %s' % (setting, oldvalue, newvalue))