Bump to 2.16.0

This commit is contained in:
Stephane Bruckert 2020-09-16 17:22:35 +01:00
parent 87fe473672
commit 406f7deeda
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

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