From c58501972c8de77e0ba98dea34ac0963cadca456 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sun, 19 Apr 2020 22:46:32 +0100 Subject: [PATCH] Bump to 2.11.2 --- CHANGELOG.md | 16 +++++++++++++++- setup.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e6dab..461a75a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -... +// add new changes here + +## [2.11.2] - 2020-04-19 + +### Changed + + - Updated the documentation to give more details on the authorization process and reflect + 2020 Spotify Application jargon and practices. + + - The local webserver is only started for localhost redirect_uri which specify a port, + i.e. it is started for `http://localhost:8080` or `http://127.0.0.1:8080`, not for `http://localhost`. + +### Fixed + + - Issue where using `http://localhost` as redirect_uri would cause the authorization process to hang. ## [2.11.1] - 2020-04-11 diff --git a/setup.py b/setup.py index e45122d..670bbb4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.11.1', + version='2.11.2', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",