From c53511bbbe87f89c2aeaa65bef584539db440f97 Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Mon, 23 Jan 2023 19:00:55 +0000 Subject: [PATCH] Bump to 2.22.1 --- CHANGELOG.md | 10 +++++++--- setup.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cd546..f1f7617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -// Add new changes below this line +### Added + +### Fixed + +### Removed + +## [2.22.1] - 2023-01-23 ### Added @@ -25,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Path traversal vulnerability that may lead to type confusion in URI handling code - Update contributing.md -### Removed - ## [2.22.0] - 2022-12-10 ### Added diff --git a/setup.py b/setup.py index e20d30b..08482ac 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ extra_reqs = { setup( name='spotipy', - version='2.22.0', + version='2.22.1', description='A light weight Python library for the Spotify Web API', long_description=long_description, long_description_content_type="text/markdown",