From 103d6873facdf7a4943437c8f903c2f6a9c2deb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bruckert?= Date: Thu, 27 Feb 2025 07:30:09 +0000 Subject: [PATCH] Bump to 2.25.1 --- CHANGELOG.md | 14 ++++++++++---- setup.py | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb5eca..3878654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,15 @@ Add your changes below. ### Added +### Fixed + +### Removed + +## [2.25.1] - 2025-02-27 + +### Added + - Added examples for audiobooks, shows and episodes methods to examples directory -- Use newer string formatters (https://pyformat.info) -- Marked `recommendation_genre_seeds` as deprecated ### Fixed @@ -26,8 +32,8 @@ Add your changes below. - Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol - Added except clause to get_cached_token method to handle json decode errors - Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs - -### Removed +- Use newer string formatters () +- Marked `recommendation_genre_seeds` as deprecated ## [2.25.0] - 2025-03-01 diff --git a/setup.py b/setup.py index 912aba0..69297bc 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extra_reqs = { setup( name='spotipy', - version='2.25.0', + version='2.25.1', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",