Bump to 2.11.2

This commit is contained in:
Stephane Bruckert 2020-04-19 22:46:32 +01:00
parent d3bab0f054
commit c58501972c
2 changed files with 16 additions and 2 deletions

View File

@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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 ## [2.11.1] - 2020-04-11

View File

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