From dbfbfeca510f09f78a40899cf2f17d5bd39eeb78 Mon Sep 17 00:00:00 2001 From: Marc-Olivier Arsenault Date: Sun, 26 Nov 2023 09:17:41 -0500 Subject: [PATCH] fix slow loop when stopped --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0408c30..24e56e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.2.0 \ No newline at end of file +v1.2.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 00ac0d5..c26f948 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tefnut" -version = "1.2.0" +version = "1.2.1" description = "Tefnut is a control system to manage central humidificatior." authors = ["Marc-Olivier Arsenault "] license = "MIT"