Skip to content

Commit

Permalink
Align Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BJReplay committed Mar 1, 2023
1 parent 6c0cdce commit bd3e857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions weather/contrib/ecowitt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ docker start ecowitt

## Release Notes

### 0.2.1 - Upgrade InfluxDB Client

* Upgrade end of life `influxdb` client library to `influxdb-client`, providing support for InfluxDB 1.8 and 2.x. Add Verify Support.

### 0.2.0 - Upgrade InfluxDB Client

* Upgrade end of life `influxdb` client library to `influxdb-client`, providing support for InfluxDB 1.8 and 2.x.
Expand Down
2 changes: 1 addition & 1 deletion weather/contrib/ecowitt/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
from influxdb_client import InfluxDBClient
from influxdb_client.client.write_api import SYNCHRONOUS

BUILD = "0.1.0"
BUILD = "0.2.0"
CLI = False
LOADED = False
CONFIG_LOADED = False
Expand Down

0 comments on commit bd3e857

Please sign in to comment.