From 055e0f6839d23a5f132f5f6686b5c9775cbe932d Mon Sep 17 00:00:00 2001 From: Todd Lucas Date: Thu, 19 Sep 2024 23:10:33 -0500 Subject: [PATCH] [ 1.0.56 ] * Updated underlying `spotifywebapiPython` package requirement to version 1.0.96. --- CHANGELOG.md | 4 ++++ custom_components/spotifyplus/manifest.json | 4 ++-- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8029ad4..d4a625b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ Change are listed in reverse chronological order (newest to oldest). +###### [ 1.0.56 ] - 2024/09/19 + + * Updated underlying `spotifywebapiPython` package requirement to version 1.0.96. + ###### [ 1.0.55 ] - 2024/09/16 * Added service `check_album_favorites` to check if one or more albums (or the currently playing album) exists in the current user's 'Your Library' favorites. diff --git a/custom_components/spotifyplus/manifest.json b/custom_components/spotifyplus/manifest.json index 5277515..485ff4a 100644 --- a/custom_components/spotifyplus/manifest.json +++ b/custom_components/spotifyplus/manifest.json @@ -17,10 +17,10 @@ "requests>=2.31.0", "requests_oauthlib>=1.3.1", "smartinspectPython>=3.0.33", - "spotifywebapiPython>=1.0.95", + "spotifywebapiPython>=1.0.96", "urllib3>=1.21.1,<1.27", "zeroconf>=0.132.2" ], - "version": "1.0.55", + "version": "1.0.56", "zeroconf": [ "_spotify-connect._tcp.local." ] } diff --git a/requirements.txt b/requirements.txt index 3192041..6753a61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ colorlog==6.7.0 homeassistant==2024.5.0 ruff==0.1.3 smartinspectPython>=3.0.33 -spotifywebapiPython>=1.0.95 +spotifywebapiPython>=1.0.96