From 45b69b964ba62d259998dd083fb74272a10c621e Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 Date: Tue, 3 Sep 2019 09:39:47 +0200 Subject: [PATCH] 0.7.2 --- HABApp/__version__.py | 2 +- HABApp/util/multi_value.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HABApp/__version__.py b/HABApp/__version__.py index b240d854..0a58dae6 100644 --- a/HABApp/__version__.py +++ b/HABApp/__version__.py @@ -1 +1 @@ -__VERSION__ = '0.7.1' +__VERSION__ = '0.7.2' diff --git a/HABApp/util/multi_value.py b/HABApp/util/multi_value.py index d1595d0f..03ec005d 100644 --- a/HABApp/util/multi_value.py +++ b/HABApp/util/multi_value.py @@ -96,7 +96,7 @@ def get_create_value(self, priority: int, initial_value=None) -> ValueWithPriori return ret def recalculate_value(self, child): - """Recalculate the output value and call the registered callback + """Recalculate the output value and call the registered callback (if output has changed) :param child: child that changed :return: output value