From 406f7deedaa1a9f094aaa37fd4a6bed4e2d4099b Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Wed, 16 Sep 2020 17:22:35 +0100 Subject: [PATCH] Bump to 2.16.0 --- CHANGELOG.md | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090cbc2..534f00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ 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.16.0] - 2020-09-16 + ### Added - `open_browser` can be passed to the constructors of `SpotifyOAuth` and `SpotifyPKCE` to make it easier to authorize in browserless environments diff --git a/setup.py b/setup.py index c0b410f..6481ece 100644 --- a/setup.py +++ b/setup.py @@ -18,13 +18,13 @@ extra_reqs = { setup( name='spotipy', - version='2.15.0', + version='2.16.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown", author="@plamere", author_email="paul@echonest.com", - url='http://spotipy.readthedocs.org/', + url='https://spotipy.readthedocs.org/', install_requires=[ 'requests>=2.20.0', 'six>=1.10.0',