mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 17:23:53 +00:00
bump version to 2.25.2
This commit is contained in:
parent
880b92d724
commit
48dab6eb6b
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user