diff --git a/src/app.py b/src/app.py index 97227ed0c..a929f7e6b 100644 --- a/src/app.py +++ b/src/app.py @@ -3130,6 +3130,7 @@ def _notification_is_dismissed(name, settings): def _filter_and_hydrate_notifications(notifications, current_version=None, data={}): + current_version=str(current_version) def is_version_more_recent_than_current_version(name): # Boring code to handle the fact that "0.1 < 9999~ynh1" is False