Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-R committed Feb 8, 2023
1 parent 3a73ee6 commit d96c991
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0.tar.gz
wget https://github.com/Bert-R/weewx-prometheus/archive/v1.6.0.tar.gz
```

2. Install using the weewx extension utility
```
wee_extension --install v1.5.0.tar.gz
wee_extension --install v1.6.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.
Expand Down
2 changes: 1 addition & 1 deletion bin/user/prompush.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@

}

__version__ = '1.1.0'
__version__ = '1.6.0'

import weewx
import weewx.restx
Expand Down
15 changes: 14 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@
initial release for submission to weewx extensions list
[1.1.0] - 2018-08-12
tom take it up where steve ulrich left off (thanks, steve!)

[1.2.0] - 2018-12-22
Bert to build further on the work of Tom and Steve:
* Corrected syntax error in original install script
* Removed _f from temperature metrics, as the unit depends on the weewx configuration
* Added missing metrics
[1.3.0] - 2021-07-03
Updated for Python 3
[1.4.0] - 2021-07-09
Included Ecowitt GW1000 / Froggit DP1500 measurements
[1.5.0] - 2021-07-13
Fixed crash on connection error and improved logging
[1.6.0] - 2023-02-08
* If no rain total, publish day rain as such
* Define ET and windrun to prevent warnings
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""

__title__ = 'PromPush'
__version__ = '1.1.0'
__version__ = '1.6.0'
__author__ = 'Tom Mitchell <tom@tom.org>'
__license__ = 'Apache License, Version 2.0'

Expand Down

0 comments on commit d96c991

Please sign in to comment.