Skip to content

Commit

Permalink
prep for v0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jan 3, 2024
1 parent 18c010e commit 4b389ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ A number of fields have additional pre-requisites:

- download the latest *Realtime gauge-data* extension package:

$ wget -P /var/tmp https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.6.5/rtgd-0.6.6.tar.gz
$ wget -P /var/tmp https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.6.5/rtgd-0.6.7.tar.gz

- install the *Realtime gauge-data* extension:

$ wee_extension --install=/var/tmp/rtgd-0.6.6.tar.gz
$ wee_extension --install=/var/tmp/rtgd-0.6.7.tar.gz
**Note:** Depending on your system/installation the above command may need to be prefixed with *sudo*.

Expand Down
4 changes: 3 additions & 1 deletion bin/user/rtgd.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
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.6 Date: 2 January 2024
Version: 0.6.7 Date: 4 January 2024
Revision History
4 January 2024 v0.6.7
- bump version only
2 January 2024 v0.6.6
- fix incorrect windrun unit conversion
1 January 2024 v0.6.5
Expand Down
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.6.7
* removed distutils dependency, now works under python 3.13
v0.6.6
* fix incorrect windrun unit conversion
v0.6.5
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Installation Instructions

- download the latest Realtime gauge-data extension package:

$ wget -P /var/tmp https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.6.5/rtgd-0.6.6.tar.gz
$ wget -P /var/tmp https://github.com/gjr80/weewx-realtime_gauge-data/releases/download/v0.6.5/rtgd-0.6.7.tar.gz

- install the Realtime gauge-data extension:

$ wee_extension --install=/var/tmp/rtgd-0.6.6.tar.gz
$ wee_extension --install=/var/tmp/rtgd-0.6.7.tar.gz

Note: Depending on your system/installation the above command may need
to be prefixed with 'sudo'.
Expand Down

0 comments on commit 4b389ff

Please sign in to comment.