From fa24ec0341d9b60e9e91ac0b87dbf594a2bb9a2b Mon Sep 17 00:00:00 2001 From: Bert Roos Date: Fri, 9 Jul 2021 20:59:19 +0200 Subject: [PATCH] Increased version number to v1.4.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3a1d97..dfea19a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ This extension can be easily installed using the weewx extensions installer. 1. Download the extension from github: ``` - wget https://github.com/Bert-R/weewx-prometheus/archive/v1.3.0.tar.gz + wget https://github.com/Bert-R/weewx-prometheus/archive/v1.4.0.tar.gz ``` 2. Install using the weewx extension utility ``` - wee_extension --install v1.3.0.tar.gz + wee_extension --install v1.4.0.tar.gz ``` 3. Update **weewx.conf** to appropriately tag weather data for submission into the Prometheus pushgateway and subsequent scraping from Prometheus. Note that **job** and **instance** names may be subject to relabeling depending on your Prometheus environment.