From 3c343f751f4a098468150240856378ec274cc025 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 24 Apr 2021 22:50:35 +0200 Subject: [PATCH 1/4] updated tmtccmd submodule --- tmtccmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccmd b/tmtccmd index 563603d..fcf182c 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit 563603d0a1b03115e473768ccd203a21ebaac50c +Subproject commit fcf182c5e555b8abe05a5737142e82e8b1f805f6 From 7cc06ef0e0882d286bab8156ca756e0211e5ebae Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 24 Apr 2021 23:17:36 +0200 Subject: [PATCH 2/4] minor change --- tmtc_client_cli.py | 2 +- tmtc_client_gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tmtc_client_cli.py b/tmtc_client_cli.py index 89b529d..c481101 100644 --- a/tmtc_client_cli.py +++ b/tmtc_client_cli.py @@ -16,7 +16,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tmtc_client_gui.py b/tmtc_client_gui.py index dd05245..1d44dd2 100644 --- a/tmtc_client_gui.py +++ b/tmtc_client_gui.py @@ -16,7 +16,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, From 3b5d92f9083392d8dd040470ae56fa610d0de8ad Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 25 Apr 2021 11:15:02 +0200 Subject: [PATCH 3/4] pushed new version number --- config/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.py b/config/version.py index e6f3c56..3882357 100644 --- a/config/version.py +++ b/config/version.py @@ -1,4 +1,4 @@ SW_NAME = "eive" VERSION_MAJOR = 1 -VERSION_MINOR = 3 +VERSION_MINOR = 4 VERSION_SUBMINOR = 0 From 986f88e2908c6bc555a279b53f11e82d9a8a851c Mon Sep 17 00:00:00 2001 From: "Jakob.Meier" Date: Sun, 25 Apr 2021 12:03:49 +0200 Subject: [PATCH 4/4] tmtccmd update --- tmtccmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccmd b/tmtccmd index fcf182c..1773f62 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit fcf182c5e555b8abe05a5737142e82e8b1f805f6 +Subproject commit 1773f62856f6c430c380f4c256d54a7a0b8f0a75