From 530f20f3462f0d2ee174b76225f74c1a0930c16d Mon Sep 17 00:00:00 2001 From: 5ila5 <38183212+5ila5@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:59:45 +0200 Subject: [PATCH] version bump to 1.43.0 (#1335) Co-authored-by: 5ila5 <5ila5@users.noreply.github.com> --- custom_components/waste_collection_schedule/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/manifest.json b/custom_components/waste_collection_schedule/manifest.json index 0679750d5..1a8e88139 100644 --- a/custom_components/waste_collection_schedule/manifest.json +++ b/custom_components/waste_collection_schedule/manifest.json @@ -7,5 +7,5 @@ "integration_type": "hub", "iot_class": "cloud_polling", "requirements": ["icalendar", "recurring_ical_events", "icalevents", "bs4", "lxml"], - "version": "1.42.0" + "version": "1.43.0" }