From 90fe3c5735be4d1e63b0daac1d3bd80b2faace34 Mon Sep 17 00:00:00 2001 From: Crowbar Z Date: Sun, 26 May 2024 12:23:49 +0100 Subject: [PATCH] 0.9.0 --- custom_components/pioneer_async/const.py | 2 +- custom_components/pioneer_async/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/pioneer_async/const.py b/custom_components/pioneer_async/const.py index bee025b..667338d 100755 --- a/custom_components/pioneer_async/const.py +++ b/custom_components/pioneer_async/const.py @@ -28,7 +28,7 @@ Platform.SELECT, Platform.NUMBER, ] -VERSION = "0.9.0rc1" +VERSION = "0.9.0" DEFAULT_HOST = "avr" DEFAULT_NAME = "Pioneer AVR" diff --git a/custom_components/pioneer_async/manifest.json b/custom_components/pioneer_async/manifest.json index 3fc1d98..aed25ad 100755 --- a/custom_components/pioneer_async/manifest.json +++ b/custom_components/pioneer_async/manifest.json @@ -1,11 +1,11 @@ { "domain": "pioneer_async", "name": "Pioneer AVR", - "version": "0.9.0rc1", + "version": "0.9.0", "config_flow": true, "documentation": "https://github.com/crowbarz/ha-pioneer_async", "integration_type": "hub", - "requirements": [ "aiopioneer==0.6.0rc1" ], + "requirements": [ "aiopioneer==0.6.0" ], "dependencies": [], "codeowners": [ "@crowbarz" ], "iot_class": "local_polling",