Skip to content

Commit c53511b

Browse files
Bump to 2.22.1
1 parent beec3da commit c53511b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10-
// Add new changes below this line
10+
### Added
11+
12+
### Fixed
13+
14+
### Removed
15+
16+
## [2.22.1] - 2023-01-23
1117

1218
### Added
1319

@@ -25,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531
- Path traversal vulnerability that may lead to type confusion in URI handling code
2632
- Update contributing.md
2733

28-
### Removed
29-
3034
## [2.22.0] - 2022-12-10
3135

3236
### Added

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.22.0',
21+
version='2.22.1',
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)