Bump to 2.13.0

This commit is contained in:
Stephane Bruckert 2020-06-25 22:04:44 +01:00
parent 38515689bc
commit 24df9ea4cf
2 changed files with 5 additions and 1 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.13.0] - 2020-06-25
### Added
- Added `SpotifyImplicitGrant` as an auth manager option. It provides

View File

@ -18,7 +18,7 @@ extra_reqs = {
setup(
name='spotipy',
version='2.12.0',
version='2.13.0',
description='A light weight Python library for the Spotify Web API',
long_description=long_description,
long_description_content_type="text/markdown",