From 12e5dff5fc4017c534fd2c767f08ca81db40c672 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sat, 2 May 2020 07:53:12 +0000 Subject: [PATCH] 2.6.0 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 04fe786a..6b14e8ce 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.15" +__version__ = "2.6.0" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)