diff --git a/bin/user/rtgd.py b/bin/user/rtgd.py index a052423..27662b7 100644 --- a/bin/user/rtgd.py +++ b/bin/user/rtgd.py @@ -17,11 +17,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. -Version: 0.6.3 Date: 3 April 2023 +Version: 0.6.3 Date: 22 August 2023 Revision History 3 April 2023 v0.6.3 - fix issue with missing or sporadic windGust/windSpeed loop data + - fix issue with rainRate values being incorrectly converted in some + instances 16 March 2023 v0.6.2 - fix issue that resulted in incorrect formatting of some non-metric observations diff --git a/changelog b/changelog index 03817e9..2e4b0b9 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,6 @@ v0.6.3 - fix issue with missing or sporadic windGust/windSpeed loop data +- fix issue with rainRate values being incorrectly converted in some instances v0.6.2 - fix issue that resulted in incorrect formatting of some non-metric observations diff --git a/install.py b/install.py index c582b90..1cb93b1 100644 --- a/install.py +++ b/install.py @@ -10,10 +10,10 @@ Installer for Realtime gauge-data -Version: 0.6.3 Date: 3 April 2023 +Version: 0.6.3 Date: 22 August 2023 Revision History - 3 April 2023 v0.6.3 + 22 August 202 v0.6.3 - bumped version only 16 March 2023 v0.6.2 - bumped version only