From 2bd8d3c6d5ad4cec94b459cb48d41ff7cfa2be3a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 24 Jan 2020 10:10:49 +0000 Subject: [PATCH] 2.5.4 Automatically generated by python-semantic-release --- custom_components/alexa_media/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index c0da4981..fbae4081 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -9,7 +9,7 @@ """ from datetime import timedelta -__version__ = "2.5.3" +__version__ = "2.5.4" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)