Bump to 2.22.1

This commit is contained in:
Stephane Bruckert 2023-01-23 19:00:55 +00:00
parent beec3dad1f
commit c53511bbbe
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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",