Skip to content

Commit 5a7e5c5

Browse files
Bump to 2.21.0, closes #836
1 parent fd8f97d commit 5a7e5c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
// Add your changes here and then delete this line
11+
12+
## [2.21.0] - 2022-09-26
13+
1014
### Added
1115

1216
* Added `market` parameter to `album` and `albums` to address ([#753](https://github.com/plamere/spotipy/issues/753)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='spotipy',
21-
version='2.20.0',
21+
version='2.21.0',
2222
description='A light weight Python library for the Spotify Web API',
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)