From 3cf6b1a406278ead3ec58998e2d988e08ee96cc6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 2 Apr 2020 16:01:18 +0000 Subject: [PATCH] 2.5.11 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 cc89775a..cc34c156 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.10" +__version__ = "2.5.11" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)