Commit 103d687 1 parent 1ca453f commit 103d687 Copy full SHA for 103d687
File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,15 @@ Add your changes below.
11
11
12
12
### Added
13
13
14
+ ### Fixed
15
+
16
+ ### Removed
17
+
18
+ ## [ 2.25.1] - 2025-02-27
19
+
20
+ ### Added
21
+
14
22
- 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
17
23
18
24
### Fixed
19
25
@@ -26,8 +32,8 @@ Add your changes below.
26
32
- Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
27
33
- Added except clause to get_cached_token method to handle json decode errors
28
34
- 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
31
37
32
38
## [ 2.25.0] - 2025-03-01
33
39
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = 'spotipy' ,
24
- version = '2.25.0 ' ,
24
+ version = '2.25.1 ' ,
25
25
description = 'A light weight Python library for the Spotify Web API' ,
26
26
long_description = long_description ,
27
27
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments