mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Bump to 2.22.1
This commit is contained in:
parent
beec3dad1f
commit
c53511bbbe
10
CHANGELOG.md
10
CHANGELOG.md
@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
// Add new changes below this line
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
## [2.22.1] - 2023-01-23
|
||||||
|
|
||||||
### Added
|
### 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
|
- Path traversal vulnerability that may lead to type confusion in URI handling code
|
||||||
- Update contributing.md
|
- Update contributing.md
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
## [2.22.0] - 2022-12-10
|
## [2.22.0] - 2022-12-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ extra_reqs = {
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='spotipy',
|
name='spotipy',
|
||||||
version='2.22.0',
|
version='2.22.1',
|
||||||
description='A light weight Python library for the Spotify Web API',
|
description='A light weight Python library for the Spotify Web API',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user