From 5a7e5c5a4359ed3dc72b84fdc22866337d90cf16 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Wed, 26 Oct 2022 23:03:42 +0100 Subject: [PATCH] Bump to 2.21.0, closes #836 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a81276..557325c2 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.21.0] - 2022-09-26 + ### Added * Added `market` parameter to `album` and `albums` to address ([#753](https://github.com/plamere/spotipy/issues/753) diff --git a/setup.py b/setup.py index 9905f131..e7346e10 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='spotipy', - version='2.20.0', + version='2.21.0', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",