Skip to content

Commit

Permalink
Bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Dec 23, 2023
1 parent 4070481 commit 59fa797
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release 1.0.2

**Date**: `2023-12-23`

### Changes

- Added new sensor `Precip Type` exposing an integer with the type of precipitation, if any. Possible values are: 0 = none, 1 = rain, 2 = hail and 3 = rain+hail (Experimental)

## Release 1.0.1

**Date**: `2023-12-04`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pyweatherflow-forecast",
version="1.0.1",
version="1.0.2",
author="briis",
author_email="[email protected]",
description="Gets the weather forecast data from WeatherFlow",
Expand Down

0 comments on commit 59fa797

Please sign in to comment.