Skip to content

Commit 103d687

Browse files
Bump to 2.25.1
1 parent 1ca453f commit 103d687

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ Add your changes below.
1111

1212
### Added
1313

14+
### Fixed
15+
16+
### Removed
17+
18+
## [2.25.1] - 2025-02-27
19+
20+
### Added
21+
1422
- Added examples for audiobooks, shows and episodes methods to examples directory
15-
- Use newer string formatters (https://pyformat.info)
16-
- Marked `recommendation_genre_seeds` as deprecated
1723

1824
### Fixed
1925

@@ -26,8 +32,8 @@ Add your changes below.
2632
- Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
2733
- Added except clause to get_cached_token method to handle json decode errors
2834
- Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs
29-
30-
### Removed
35+
- Use newer string formatters (<https://pyformat.info>)
36+
- Marked `recommendation_genre_seeds` as deprecated
3137

3238
## [2.25.0] - 2025-03-01
3339

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name='spotipy',
24-
version='2.25.0',
24+
version='2.25.1',
2525
description='A light weight Python library for the Spotify Web API',
2626
long_description=long_description,
2727
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)