Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Sep 3, 2019
1 parent 1173474 commit 45b69b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HABApp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = '0.7.1'
__VERSION__ = '0.7.2'
2 changes: 1 addition & 1 deletion HABApp/util/multi_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45b69b9

Please sign in to comment.