Skip to content

Commit

Permalink
3.10.13
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 23, 2021
1 parent 7a6103b commit 1de6526
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v3.10.13 (2021-11-23)
### Fix
* Fix key error if entry exists ([`4f2a2b2`](https://github.com/custom-components/alexa_media_player/commit/4f2a2b2f328ec4855be1848c4889b1c513e99fd1))
* Bump deps ([`f6fb70b`](https://github.com/custom-components/alexa_media_player/commit/f6fb70b467033c7f1da3f94c01655253d2c0dd56))
* Handle deprecation of device_state_attributes ([`c224ee4`](https://github.com/custom-components/alexa_media_player/commit/c224ee4af0bff57efc89b6f8a9707b10ff548538))

## v3.10.12 (2021-11-19)
### Fix
* Fix conversion of aiohttp cookie to httpx ([`598175f`](https://github.com/custom-components/alexa_media_player/commit/598175f3e8297aea256a22417565df79638c1d8b))
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.12"
__version__ = "3.10.13"
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.12",
"version": "3.10.13",
"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.12"
version = "3.10.13"
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 1de6526

Please sign in to comment.