Bump version to 2.25.0

This commit is contained in:
Niko 2025-01-03 13:30:08 +01:00 committed by GitHub
parent 14ab13d292
commit 645ed6da56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
Add your changes below. Add your changes below.
### Added
### Fixed
### Removed
## [2.25.0] - 2025-03-01
### Added ### Added
- Added unit tests for queue functions - Added unit tests for queue functions
- Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises. - Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises.

View File

@ -13,7 +13,7 @@ extra_reqs = {
setup( setup(
name='spotipy', name='spotipy',
version='2.24.0', version='2.25.0',
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",