From 3851a94e07b78cdb8463463f3b89ce3917e427ff Mon Sep 17 00:00:00 2001 From: Woyken <13166802+Woyken@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:48:00 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.18=20=E2=86=92=200.0.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa3785..5d36ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.19 (2024-08-27) + +### Fix + +- :bug: Remove importing `__version__` variabled which was removed previously + ## 0.0.18 (2024-03-13) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 856c9a1..b409ea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyelectroluxocp" -version = "0.0.18" +version = "0.0.19" authors = ["Woyken"] maintainers = ["Woyken"] description = "Electrolux OneApp OCP API"