Bump to 2.25.1

This commit is contained in:
Stéphane Bruckert 2025-02-27 07:30:09 +00:00
parent 1ca453f6ef
commit 103d6873fa
2 changed files with 11 additions and 5 deletions

View File

@ -11,9 +11,15 @@ Add your changes below.
### Added ### Added
### Fixed
### Removed
## [2.25.1] - 2025-02-27
### Added
- Added examples for audiobooks, shows and episodes methods to examples directory - 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 ### 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 - 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 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 - Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs
- Use newer string formatters (<https://pyformat.info>)
### Removed - Marked `recommendation_genre_seeds` as deprecated
## [2.25.0] - 2025-03-01 ## [2.25.0] - 2025-03-01

View File

@ -21,7 +21,7 @@ extra_reqs = {
setup( setup(
name='spotipy', name='spotipy',
version='2.25.0', version='2.25.1',
description='A light weight Python library for the Spotify Web API', description='A light weight Python library for the Spotify Web API',
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",