mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Bump to 2.16.0
This commit is contained in:
parent
87fe473672
commit
406f7deeda
@ -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
|
||||
|
||||
4
setup.py
4
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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user