Bump to 2.10.0

This commit is contained in:
Stephane Bruckert 2020-03-18 20:39:26 +00:00
parent 3baa19abd1
commit 4b8350b8bc
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.10.0] - 2020-03-18
### Added ### Added
- Support for `add_to_queue` - Support for `add_to_queue`

View File

@ -5,7 +5,7 @@ with open("README.md", "r") as f:
setup( setup(
name='spotipy', name='spotipy',
version='2.9.0', version='2.10.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",