From 731290a48044924999c96ae70af92cfdfd153858 Mon Sep 17 00:00:00 2001 From: RingOV Date: Sun, 2 Feb 2020 14:16:32 +0300 Subject: [PATCH] min weather days now 1 --- dialogs/settings_dialog.ui | 2 +- gis-weather.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dialogs/settings_dialog.ui b/dialogs/settings_dialog.ui index 7e4c802..08907d5 100644 --- a/dialogs/settings_dialog.ui +++ b/dialogs/settings_dialog.ui @@ -114,7 +114,7 @@ 0.01 - 3 + 1 12 1 diff --git a/gis-weather.py b/gis-weather.py index 8a0f03d..342b96c 100644 --- a/gis-weather.py +++ b/gis-weather.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # gis_weather.py -v = '0.8.4.6' +v = '0.8.4.7' # Copyright (C) 2013-2020 Alexander Koltsov # # This program is free software: you can redistribute it and/or modify