mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Bump to 2.25.1
This commit is contained in:
parent
1ca453f6ef
commit
103d6873fa
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user