Bump to 2.11.0

This commit is contained in:
Stephane Bruckert 2020-04-11 13:32:43 +01:00
parent c6de8dc713
commit a61422ef4b
2 changed files with 7 additions and 4 deletions

View File

@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.11.0] - 2020-04-11
### Added ### Added
- Support for shows/podcasts and episodes
- Added CONTRIBUTING.md - Added CONTRIBUTING.md
### Changed ### Changed

View File

@ -18,7 +18,7 @@ extra_reqs = {
setup( setup(
name='spotipy', name='spotipy',
version='2.10.0', version='2.11.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",