From 42629f6253231289b9af43cca7dacb33142c10f7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 3 Feb 2024 15:18:52 +0000 Subject: [PATCH] 0.11.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/anova_wifi/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0a34e..e00aeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.11.5 (2024-02-03) + +### Fix + +* Use my new github username ([`fbcf8d8`](https://github.com/Lash-L/anova_wifi/commit/fbcf8d8638750096696e962a33a1e258bc28e81c)) + ## v0.11.4 (2024-02-03) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f5000a6..798ef0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anova-wifi" -version = "0.11.4" +version = "0.11.5" description = "A package to get read only data from Anova precision cookers with wifi" authors = ["Luke "] license = "MIT" diff --git a/src/anova_wifi/__init__.py b/src/anova_wifi/__init__.py index fb415c1..55f07bd 100644 --- a/src/anova_wifi/__init__.py +++ b/src/anova_wifi/__init__.py @@ -26,7 +26,7 @@ ) from .websocket_handler import AnovaWebsocketHandler -__version__ = "0.11.4" +__version__ = "0.11.5" __all__ = [ "AnovaApi",