From f08619d73573db7105d9539602ea0c36adecc2f3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Oct 2024 16:28:56 +0000 Subject: [PATCH] 2.7.1 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 e53e470..0954b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v2.7.1 (2024-10-28) + +### Fix + +* Check that clean area is not a str ([#230](https://github.com/humbertogontijo/python-roborock/issues/230)) ([`e66a91e`](https://github.com/humbertogontijo/python-roborock/commit/e66a91edaf6fedf5d4b2ab9117b7759295add492)) + ## v2.7.0 (2024-10-28) ### Feature diff --git a/pyproject.toml b/pyproject.toml index a0811b3..2344369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-roborock" -version = "2.7.0" +version = "2.7.1" description = "A package to control Roborock vacuums." authors = ["humbertogontijo "] license = "GPL-3.0-only"