Bump to 2.11.1

This commit is contained in:
Stephane Bruckert 2020-04-11 17:43:13 +01:00
parent 02cd9b0923
commit 73654a0646
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
...
## [2.11.1] - 2020-04-11
### Fixed
- Fixed miscellaneous issues with parsing of callback URL

View File

@ -18,7 +18,7 @@ extra_reqs = {
setup(
name='spotipy',
version='2.11.0',
version='2.11.1',
description='A light weight Python library for the Spotify Web API',
long_description=long_description,
long_description_content_type="text/markdown",