Skip to content

Commit

Permalink
Bump to 2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Feb 27, 2025
1 parent 1ca453f commit 103d687
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 (<https://pyformat.info>)
- Marked `recommendation_genre_seeds` as deprecated

## [2.25.0] - 2025-03-01

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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",
Expand Down

0 comments on commit 103d687

Please sign in to comment.