diff --git a/CHANGELOG.md b/CHANGELOG.md index 533862cb9..3490646b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Ongoing +## V0.37.4 - Combine set_temperature_offset() with set_number() - Fix typo in manual_fixtures.py script diff --git a/pyproject.toml b/pyproject.toml index 2f86b9be1..b852a120d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "plugwise" -version = "0.37.3" +version = "0.37.4" license = {file = "LICENSE"} description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3." readme = "README.md"