Commit c53511b 1 parent beec3da commit c53511b Copy full SHA for c53511b
File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
- // Add new changes below this line
10
+ ### Added
11
+
12
+ ### Fixed
13
+
14
+ ### Removed
15
+
16
+ ## [ 2.22.1] - 2023-01-23
11
17
12
18
### Added
13
19
@@ -25,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
31
- Path traversal vulnerability that may lead to type confusion in URI handling code
26
32
- Update contributing.md
27
33
28
- ### Removed
29
-
30
34
## [ 2.22.0] - 2022-12-10
31
35
32
36
### Added
Original file line number Diff line number Diff line change 18
18
19
19
setup (
20
20
name = 'spotipy' ,
21
- version = '2.22.0 ' ,
21
+ version = '2.22.1 ' ,
22
22
description = 'A light weight Python library for the Spotify Web API' ,
23
23
long_description = long_description ,
24
24
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments