Skip to content

Commit

Permalink
Bump to 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Jan 23, 2023
1 parent beec3da commit c53511b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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",
Expand Down

0 comments on commit c53511b

Please sign in to comment.