From 043ab20d0c20caf25e86686fc22fc418a916f738 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Aug 2021 04:42:25 +0000 Subject: [PATCH] 3.10.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ custom_components/alexa_media/const.py | 2 +- custom_components/alexa_media/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b802f44..52c7bb82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v3.10.8 (2021-08-03) +### Fix +* Fix color mapping during color conversion ([#1345](https://github.com/custom-components/alexa_media_player/issues/1345)) ([`c296aef`](https://github.com/custom-components/alexa_media_player/commit/c296aefed824f0ba8acde166a4a43bf29c6f9cd8)) +* Parse timezone from timestamp ([`c7dc5f2`](https://github.com/custom-components/alexa_media_player/commit/c7dc5f27082e253903fd596d86947dcfd7c80cc5)) + +### Documentation +* Update localization ([`d1ece99`](https://github.com/custom-components/alexa_media_player/commit/d1ece992d5fdf8e5c7934d0db7c5f21a05707ea8)) + ## v3.10.7 (2021-07-15) ### Fix * Fix comparison between offset-naive and offset-aware datetimes (#1338) ([#1339](https://github.com/custom-components/alexa_media_player/issues/1339)) ([`bcc996a`](https://github.com/custom-components/alexa_media_player/commit/bcc996a6088a0c2826d828cdb114f36abcf69ee9)) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index f6065b72..c812ed3f 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -8,7 +8,7 @@ """ from datetime import timedelta -__version__ = "3.10.7" +__version__ = "3.10.8" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = f"{PROJECT_URL}issues" diff --git a/custom_components/alexa_media/manifest.json b/custom_components/alexa_media/manifest.json index 7d423fed..c506a1db 100644 --- a/custom_components/alexa_media/manifest.json +++ b/custom_components/alexa_media/manifest.json @@ -1,7 +1,7 @@ { "domain": "alexa_media", "name": "Alexa Media Player", - "version": "3.10.7", + "version": "3.10.8", "config_flow": true, "documentation": "https://github.com/custom-components/alexa_media_player/wiki", "issue_tracker": "https://github.com/custom-components/alexa_media_player/issues", diff --git a/pyproject.toml b/pyproject.toml index 7db6c4b9..f9170c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alexa_media_player" -version = "3.10.7" +version = "3.10.8" description = "This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API." authors = ["Keaton Taylor ","Alan D. Tse "] license = "Apache-2.0"