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',