From 9384c0083b3b95b3fcf5723da192933181a74787 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 12 May 2020 05:56:16 +0000 Subject: [PATCH] 2.7.2 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 d109862f..a22e0287 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.7.1" +__version__ = "2.7.2" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)