From 78566da6bb645d4ea55d19428e68a822b95252b8 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Tue, 2 Aug 2022 20:55:15 +0200 Subject: [PATCH] Bump backend to 0.5.3 - v0.1.8 (#9) --- custom_components/elro_connects/manifest.json | 4 ++-- requirements_dev.txt | 2 +- requirements_test.txt | 2 +- version | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/elro_connects/manifest.json b/custom_components/elro_connects/manifest.json index 85c9f2c..f479281 100644 --- a/custom_components/elro_connects/manifest.json +++ b/custom_components/elro_connects/manifest.json @@ -4,8 +4,8 @@ "config_flow": true, "documentation": "https://github.com/jbouwh/ha-elro-connects", "issue_tracker": "https://github.com/jbouwh/ha-elro-connects/issues", - "requirements": ["lib-elro-connects==0.5.2"], + "requirements": ["lib-elro-connects==0.5.3"], "codeowners": ["@jbouwh"], "iot_class": "local_polling", - "version": "0.1.7" + "version": "0.1.8" } diff --git a/requirements_dev.txt b/requirements_dev.txt index 5fd28c8..6697181 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ pre-commit -lib-elro-connects==0.5.2 +lib-elro-connects==0.5.3 homeassistant pytest-homeassistant-custom-component diff --git a/requirements_test.txt b/requirements_test.txt index bb6fb38..8798543 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -26,6 +26,6 @@ fnvhash==0.1.0 lru-dict==1.1.7 -lib-elro-connects==0.5.2 +lib-elro-connects==0.5.3 pytest-homeassistant-custom-component diff --git a/version b/version index a1e1395..84aa3a7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.7 \ No newline at end of file +0.1.8 \ No newline at end of file