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",