diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dde3027..4f2b422d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased Add your changes below. +### Added + +### Fixed + +### Removed + +## [2.25.0] - 2025-03-01 + ### Added - Added unit tests for queue functions - Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises. diff --git a/setup.py b/setup.py index be5a982c..52824fae 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='spotipy', - version='2.24.0', + version='2.25.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",