Skip to content

Commit 645ed6d

Browse files
authored
Bump version to 2.25.0
1 parent 14ab13d commit 645ed6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99
Add your changes below.
1010

11+
### Added
12+
13+
### Fixed
14+
15+
### Removed
16+
17+
## [2.25.0] - 2025-03-01
18+
1119
### Added
1220
- Added unit tests for queue functions
1321
- Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='spotipy',
16-
version='2.24.0',
16+
version='2.25.0',
1717
description='A light weight Python library for the Spotify Web API',
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)