bump version to 2.26.0

This commit is contained in:
Niko 2026-03-03 17:27:11 +01:00 committed by GitHub
parent 664edfa8fd
commit 339aa1dc57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -6,9 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## Unreleased
Add your changes below. Add your changes below.
### Added
### Fixed
### Removed
## [2.26.0] - 2026-03-03
### Added ### Added
- Created generic methods to get user saved items - Created generic methods to get user saved items

View File

@ -21,7 +21,7 @@ extra_reqs = {
setup( setup(
name='spotipy', name='spotipy',
version='2.25.2', version='2.26.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",