Skip to content

Commit

Permalink
Bump to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Sep 16, 2020
1 parent 87fe473 commit 406f7de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

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

0 comments on commit 406f7de

Please sign in to comment.