From ce2d7a9bfb61c8139d1647d2f9d020aabefc983f Mon Sep 17 00:00:00 2001 From: gjr80 Date: Tue, 21 Feb 2017 12:22:53 +1000 Subject: [PATCH] version 0.2.5 --- README.md | 14 +++++++------- changelog | 2 ++ install.py | 6 ++++-- readme.txt | 14 +++++++------- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 030b7fd..1fbe206 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The *Realtime gauge-data* extension can be installed manually or automatically u 1. Download the latest *Realtime gauge-data* extension from the *Realtime gauge-data* extension [releases page](https://github.com/gjr80/weewx-realtime_gauge-data/releases) into a directory accessible from the weeWX machine. - wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.2.4/rtgd-0.2.4.tar.gz + wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.2.5/rtgd-0.2.5.tar.gz where $DOWNLOAD_ROOT is the path to the directory where the *Realtime gauge-data* extension is to be downloaded. @@ -41,15 +41,15 @@ The *Realtime gauge-data* extension can be installed manually or automatically u 3. Install the *Realtime gauge-data* extension downloaded at step 1 using the *wee_extension* utility: - wee_extension --install=$DOWNLOAD_ROOT/rtgd-0.2.4.tar.gz + wee_extension --install=$DOWNLOAD_ROOT/rtgd-0.2.5.tar.gz This will result in output similar to the following: - Request to install '/var/tmp/rtgd-0.2.4.tar.gz' - Extracting from tar archive /var/tmp/rtgd-0.2.4.tar.gz + Request to install '/var/tmp/rtgd-0.2.5.tar.gz' + Extracting from tar archive /var/tmp/rtgd-0.2.5.tar.gz Saving installer file to /home/weewx/bin/user/installer/Rtgd Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20170215124410 - Finished installing extension '/var/tmp/rtgd-0.2.4.tar.gz' + Finished installing extension '/var/tmp/rtgd-0.2.5.tar.gz' 4. Start weeWX: @@ -65,13 +65,13 @@ This will result in the *gauge-data.txt* file being generated on receipt of each 1. Download the latest *Realtime gauge-data* extension from the Realtime gauge-data [releases page](https://github.com/gjr80/weewx-realtime_gauge-data/releases) into a directory accessible from the weeWX machine. - wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.2.4/rtgd-0.2.4.tar.gz + wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.2.5/rtgd-0.2.5.tar.gz where $DOWNLOAD_ROOT is the path to the directory where the *Realtime gauge-data* extension is to be downloaded. 2. Unpack the extension as follows: - tar xvfz rtgd-0.2.4.tar.gz + tar xvfz rtgd-0.2.5.tar.gz 3. Copy files from within the resulting directory as follows: diff --git a/changelog b/changelog index 98f7ad0..21e8c36 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +v0.2.5 +* fixed error where altitude units could not be changed from meter v0.2.4 * fixed error where rain units could not be changed form mm * pressures now formats to correct number of decimal places diff --git a/install.py b/install.py index 8353757..ed22f97 100644 --- a/install.py +++ b/install.py @@ -11,9 +11,11 @@ # # Installer for Realtime gauge-data # -# Version: 0.2.4 Date: 20 February 2017 +# Version: 0.2.5 Date: 21 February 2017 # # Revision History +# 21 February 2017 v0.2.5 +# - bumped version number only # 20 February 2017 v0.2.4 # - bumped version number only # 20 February 2017 v0.2.3 @@ -34,7 +36,7 @@ from setup import ExtensionInstaller REQUIRED_VERSION = "3.4.0" -RTGD_VERSION = "0.2.4" +RTGD_VERSION = "0.2.5" def loader(): return RtgdInstaller() diff --git a/readme.txt b/readme.txt index 48ffa99..facbf34 100644 --- a/readme.txt +++ b/readme.txt @@ -43,7 +43,7 @@ gauge-data releases page (https://github.com/gjr80/weewx-realtime_gauge-data a directory accessible from the weeWX machine. wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-realtime_gauge-data -/releases/download/v0.2.4/rtgd-0.2.4.tar.gz +/releases/download/v0.2.5/rtgd-0.2.5.tar.gz where $DOWNLOAD_ROOT is the path to the directory where the Realtime gauge-data extension is to be downloaded. @@ -59,15 +59,15 @@ a directory accessible from the weeWX machine. 3. Install the Realtime gauge-data extension downloaded at step 1 using the *wee_extension* utility: - wee_extension --install=$DOWNLOAD_ROOT/rtgd-0.2.4.tar.gz + wee_extension --install=$DOWNLOAD_ROOT/rtgd-0.2.5.tar.gz This will result in output similar to the following: - Request to install '/var/tmp/rtgd-0.2.4.tar.gz' - Extracting from tar archive /var/tmp/rtgd-0.2.4.tar.gz + Request to install '/var/tmp/rtgd-0.2.5.tar.gz' + Extracting from tar archive /var/tmp/rtgd-0.2.5.tar.gz Saving installer file to /home/weewx/bin/user/installer/Rtgd Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20161123124410 - Finished installing extension '/var/tmp/rtgd-0.2.4.tar.gz' + Finished installing extension '/var/tmp/rtgd-0.2.5.tar.gz' 4. Start weeWX: @@ -91,14 +91,14 @@ gauge-data releases page (https://github.com/gjr80/weewx-realtime_gauge-data a directory accessible from the weeWX machine. wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-realtime_gauge-data -/releases/download/v0.2.4/rtgd-0.2.4.tar.gz +/releases/download/v0.2.5/rtgd-0.2.5.tar.gz where $DOWNLOAD_ROOT is the path to the directory where the Realtime gauge-data extension is to be downloaded. 2. Unpack the extension as follows: - tar xvfz rtgd-0.2.4.tar.gz + tar xvfz rtgd-0.2.5.tar.gz 3. Copy files from within the resulting folder as follows: