Skip to content

Commit

Permalink
Merge pull request #95 from briis/dev
Browse files Browse the repository at this point in the history
Release 1.4.5
  • Loading branch information
natekspencer authored Oct 10, 2023
2 parents 83769c5 + 5e8199d commit 5ca9e91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.4.5 (2023-10-10)

- Fix `vapor_pressure` property calculation

# 1.4.4 (2023-08-28)

- Add `power_save_mode` property to Tempest devices
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyweatherflowudp"
version = "1.4.4"
version = "1.4.5"
description = "An event-based asynchronous library to read UDP packets from Weatherflow weather systems on a local network without any reliance on the cloud."
license = "MIT"
authors = ["Nathan Spencer <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion pyweatherflowudp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Asynchronous library to read UDP Packets from Weatherflow weather systems."""
__version__ = "1.4.4"
__version__ = "1.4.5"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

def test_version() -> None:
"""Test version."""
assert __version__ == "1.4.4"
assert __version__ == "1.4.5"

0 comments on commit 5ca9e91

Please sign in to comment.