From 24df9ea4cf35248a016b27d9104462e619ca8132 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Thu, 25 Jun 2020 22:04:44 +0100 Subject: [PATCH] Bump to 2.13.0 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34fdc67..8c73317c 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.13.0] - 2020-06-25 + ### Added - Added `SpotifyImplicitGrant` as an auth manager option. It provides diff --git a/setup.py b/setup.py index 4678444d..f9f1efaf 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 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",