From 12abd70ea3eb8a7abc0eb4b7fb5da299966d15df Mon Sep 17 00:00:00 2001 From: Mason10198 <31994327+Mason10198@users.noreply.github.com> Date: Thu, 13 Jul 2023 21:26:44 -0500 Subject: [PATCH] v0.3.4 update --- SkyControl.py | 2 +- SkyDescribe.py | 2 +- SkywarnPlus.py | 2 +- UpdateSWP.py | 2 +- config.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SkyControl.py b/SkyControl.py index 10cb53d..25b0580 100644 --- a/SkyControl.py +++ b/SkyControl.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 """ -SkyControl v0.3.3 by Mason Nelson +SkyControl v0.3.4 by Mason Nelson ================================== A Control Script for SkywarnPlus diff --git a/SkyDescribe.py b/SkyDescribe.py index 03c266a..7ec6312 100644 --- a/SkyDescribe.py +++ b/SkyDescribe.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 """ -SkyDescribe v0.3.3 by Mason Nelson +SkyDescribe v0.3.4 by Mason Nelson ================================================== Text to Speech conversion for Weather Descriptions diff --git a/SkywarnPlus.py b/SkywarnPlus.py index 2613ec4..a6b7b13 100644 --- a/SkywarnPlus.py +++ b/SkywarnPlus.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 """ -SkywarnPlus v0.3.3 by Mason Nelson +SkywarnPlus v0.3.4 by Mason Nelson =============================================================================== SkywarnPlus is a utility that retrieves severe weather alerts from the National Weather Service and integrates these alerts with an Asterisk/app_rpt based diff --git a/UpdateSWP.py b/UpdateSWP.py index a784168..022bb2e 100644 --- a/UpdateSWP.py +++ b/UpdateSWP.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 """ -SkywarnPlus Updater v0.3.3 by Mason Nelson +SkywarnPlus Updater v0.3.4 by Mason Nelson =============================================================================== Script to update SkywarnPlus to the latest version. This script will download the latest version of SkywarnPlus from GitHub, and then merge the existing diff --git a/config.yaml b/config.yaml index 290299a..55d2b54 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -# SkywarnPlus v0.3.3 Configuration File +# SkywarnPlus v0.3.4 Configuration File # Author: Mason Nelson (N5LSN/WRKF394) # Please edit this file according to your specific requirements.