We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8f97d commit 5a7e5c5Copy full SHA for 5a7e5c5
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+// Add your changes here and then delete this line
11
+
12
+## [2.21.0] - 2022-09-26
13
14
### Added
15
16
* Added `market` parameter to `album` and `albums` to address ([#753](https://github.com/plamere/spotipy/issues/753)
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='spotipy',
21
- version='2.20.0',
+ version='2.21.0',
22
description='A light weight Python library for the Spotify Web API',
23
long_description=long_description,
24
long_description_content_type="text/markdown",
0 commit comments