From a61422ef4bdd2e832a864abb4d24051596abf1d7 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sat, 11 Apr 2020 13:32:43 +0100 Subject: [PATCH] Bump to 2.11.0 --- CHANGELOG.md | 9 ++++++--- setup.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dea9b1..208ddb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.11.0] - 2020-04-11 + ### Added + - Support for shows/podcasts and episodes - Added CONTRIBUTING.md ### Changed @@ -32,9 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support for `add_to_queue` - - **Parameters:** - - track uri, id, or url - - device id. If None, then the active device is used. + - **Parameters:** + - track uri, id, or url + - device id. If None, then the active device is used. - Add CHANGELOG and LICENSE to released package diff --git a/setup.py b/setup.py index 527ef07..a1d0b74 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.10.0', + version='2.11.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",