From c1070466560662689155ddfe76a86ee3f1ba5486 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 22 Dec 2024 01:18:24 +0000 Subject: [PATCH] 5.2.0 Automatically generated by python-semantic-release --- custom_components/alexa_media/const.py | 2 +- custom_components/alexa_media/manifest.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index 9282c85c..91a8e071 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -15,7 +15,7 @@ PERCENTAGE, ) -__version__ = "5.1.0" +__version__ = "5.2.0" PROJECT_URL = "https://github.com/alandtse/alexa_media_player/" ISSUE_URL = f"{PROJECT_URL}issues" NOTIFY_URL = f"{PROJECT_URL}wiki/Configuration%3A-Notification-Component#use-the-notifyalexa_media-service" diff --git a/custom_components/alexa_media/manifest.json b/custom_components/alexa_media/manifest.json index 03151944..82abee65 100644 --- a/custom_components/alexa_media/manifest.json +++ b/custom_components/alexa_media/manifest.json @@ -9,5 +9,5 @@ "issue_tracker": "https://github.com/alandtse/alexa_media_player/issues", "loggers": ["alexapy", "authcaptureproxy"], "requirements": ["alexapy==1.29.5", "packaging>=20.3", "wrapt>=1.14.0"], - "version": "5.1.0" + "version": "5.2.0" } diff --git a/pyproject.toml b/pyproject.toml index f48b58b0..706c2e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alexa_media_player" -version = "5.1.0" +version = "5.2.0" description = "This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API." authors = [ "Keaton Taylor ",