From 73654a06469fa9fd373eed3e8de000504677490d Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Sat, 11 Apr 2020 17:43:13 +0100 Subject: [PATCH] Bump to 2.11.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa1469..97e6dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index a1d0b74..e45122d 100644 --- a/setup.py +++ b/setup.py @@ -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",