Skip to content

Commit

Permalink
Bump version to 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dieser-niko authored Jan 3, 2025
1 parent 14ab13d commit 645ed6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 645ed6d

Please sign in to comment.