Skip to content

Commit

Permalink
3.10.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 15, 2021
1 parent b2302ec commit 34439e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v3.10.3 (2021-05-15)
### Fix
* Update entity state after network discovery (#1291) ([#1295](https://github.com/custom-components/alexa_media_player/issues/1295)) ([`b2302ec`](https://github.com/custom-components/alexa_media_player/commit/b2302ec16da19657bc1dfd7c6cd0b4343c7404db))
* Update entity state after network discovery ([#1291](https://github.com/custom-components/alexa_media_player/issues/1291)) ([`9804dd3`](https://github.com/custom-components/alexa_media_player/commit/9804dd35188befb7e1053369f7a6fa6befa1e860))

## v3.10.2 (2021-05-13)
### Fix
* Prune devices removed from amazon ([`f75f8b9`](https://github.com/custom-components/alexa_media_player/commit/f75f8b92253e256f727f1f75c6516460a7774327))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from datetime import timedelta

__version__ = "3.10.2"
__version__ = "3.10.3"
PROJECT_URL = "https://github.com/custom-components/alexa_media_player/"
ISSUE_URL = f"{PROJECT_URL}issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "alexa_media",
"name": "Alexa Media Player",
"version": "3.10.2",
"version": "3.10.3",
"config_flow": true,
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "alexa_media_player"
version = "3.10.2"
version = "3.10.3"
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 <[email protected]>","Alan D. Tse <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 34439e6

Please sign in to comment.