From 3781902a17adae3fd864dcfb7bcab6fd1ae12505 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Jan 2025 22:48:18 +0000 Subject: [PATCH] 0.14.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4d7eb..afb8d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.14.6 (2025-01-08) + +### Fix + +* Adjust required python version to allow CI to work ([#61](https://github.com/cryptk/python-omnilogic-local/issues/61)) ([`77cb63e`](https://github.com/cryptk/python-omnilogic-local/commit/77cb63ede0f533a228d96c57e1fdc8438a92a054)) + ## v0.14.5 (2025-01-08) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9979c40..d6d53a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-omnilogic-local" -version = "0.14.5" +version = "0.14.6" description = "A library for local control of Hayward OmniHub/OmniLogic pool controllers using their local API" authors = ["cryptk ", "djtimca", "garionphx"] license = "Apache-2.0"