From b0bd5f446f91aa17ab6770a4a76ea76c8ee62db0 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 20 Jun 2025 14:13:59 +0200 Subject: [PATCH] Finish V3.1.1 version bump --- SECURITY.md | 2 +- biogascontrollerapp.py | 4 ++-- gui/home/home.kv | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index a71b38f..34bd7d9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ Only Version 3.1 and later are supported due to the poor code quality of V2.3.0 | Version | Supported | | ------- | ------------------ | | 3.1.X | ✅ | -| 3.0.X | ✅ | +| 3.0.X | ❎ | | 2.3.0 | ❎ | | 2.2.0 | ❎ | | 2.1.0 | ❎ | diff --git a/biogascontrollerapp.py b/biogascontrollerapp.py index 1160bad..6d857ed 100644 --- a/biogascontrollerapp.py +++ b/biogascontrollerapp.py @@ -163,7 +163,7 @@ class BiogasControllerApp(MDApp): print("\n", "-" * 20, "\n") self.icon = "./BiogasControllerAppLogo.png" - self.title = "BiogasControllerApp-V3.1.0" + self.title = "BiogasControllerApp-V3.1.1" self.screen_manager.add_widget(HomeScreen(com, name="home")) self.screen_manager.add_widget(MainScreen(com, name="main")) self.screen_manager.add_widget(ProgramScreen(com, name="program")) @@ -189,7 +189,7 @@ if __name__ == "__main__": ━━━━━━━━━━━┏━┛┃━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┃┃━━┃┃━━ ━━━━━━━━━━━┗━━┛━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┗┛━━┗┛━━ - Version 3.1.0 + Version 3.1.1 => Initializing.... """ diff --git a/gui/home/home.kv b/gui/home/home.kv index 8448a77..06ae68e 100644 --- a/gui/home/home.kv +++ b/gui/home/home.kv @@ -40,7 +40,7 @@ on_release: root.quit() MDLabel: - text: "You are running version V3.1.0" + text: "You are running version V3.1.1" font_size: 13 pos_hint: {"y": -0.45, "x":0} halign: 'center'