From a42f2ccd0fe351803bb45f015f09a5da79146fd0 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Tue, 8 Sep 2020 10:57:07 +0100 Subject: [PATCH] Bump to 2.15.0 --- CHANGELOG.md | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b3a0c..b455251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +// Add your changes here and then delete this line + +## [2.15.0] - 2020-09-08 + ### Added - `SpotifyPKCE.parse_auth_response_url`, mirroring that method in `SpotifyOAuth` -- `SpotifyImplicitGrant` warns of security considerations and recommends - `SpotifyPKCE` ### Changed diff --git a/setup.py b/setup.py index 340b4e9..c0b410f 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.14.0', + version='2.15.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",