bump version to 2.25.2

This commit is contained in:
Niko 2025-11-26 21:11:15 +01:00 committed by GitHub
parent 880b92d724
commit 48dab6eb6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -11,6 +11,14 @@ Add your changes below.
### Added ### Added
### Fixed
### Removed
## [2.25.2] - 2025-11-26
### Added
- Adds `additional_types` parameter to retrieve currently playing episode - Adds `additional_types` parameter to retrieve currently playing episode
- Add deprecation warnings to documentation - Add deprecation warnings to documentation
@ -20,8 +28,6 @@ Add your changes below.
- Corrected Spotify/Spotipy typo in documentation - Corrected Spotify/Spotipy typo in documentation
- Sanitize HTML error message output for OAuth flow - Sanitize HTML error message output for OAuth flow
### Removed
## [2.25.1] - 2025-02-27 ## [2.25.1] - 2025-02-27
### Added ### Added

View File

@ -21,7 +21,7 @@ extra_reqs = {
setup( setup(
name='spotipy', name='spotipy',
version='2.25.1', version='2.25.2',
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",