From a8bdbf43ef64b61baa90364af88442bfdfc8d0d2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 15 Dec 2019 05:08:17 +0000 Subject: [PATCH] 2.3.6 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 6b92e0a5..9b40aa0f 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.3.5' +__version__ = '2.3.6' PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)