From 62e5b807b5e182b08ceb0b99524dc459cf0c9465 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Jun 2022 05:58:15 +0000 Subject: [PATCH] 4.0.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ custom_components/alexa_media/const.py | 2 +- custom_components/alexa_media/manifest.json | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b40c07..c81cfba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v4.0.2 (2022-06-04) +### Fix +* Store and reuse mac_dms between sessions ([`d663209`](https://github.com/custom-components/alexa_media_player/commit/d6632093d39a989b705ee0f8b993abae97805819)) + +### Documentation +* Update localization ([`3afd369`](https://github.com/custom-components/alexa_media_player/commit/3afd369f82f10493f9a9ad3927e3bfc0dc8360cd)) + ## v4.0.1 (2022-05-29) ### Fix * Remove CONF_OAUTH_LOGIN calls ([`139fded`](https://github.com/custom-components/alexa_media_player/commit/139fded9a3dcd18b78e6bcecc16034f602f4bce4)) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index 72ec35c9..6b17f567 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -8,7 +8,7 @@ """ from datetime import timedelta -__version__ = "4.0.1" +__version__ = "4.0.2" 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 f34f02e0..0bea8294 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": "4.0.1", + "version": "4.0.2", "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 8d0b7ef3..7ec3ea3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "alexa_media_player" -version = "4.0.1" +version = "4.0.2" 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"