Skip to content

Commit

Permalink
please do not change the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dieser-niko authored Nov 25, 2024
1 parent 1793819 commit 67f2388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,11 @@ Add your changes below.
- Audiobook integration tests
- Edited docstrings for certain functions in client.py for functions that are no longer in use and have been replaced.
- `current_user_unfollow_playlist()` now supports playlist IDs, URLs, and URIs rather than previously where it only supported playlist IDs.
- replaced %s strings with f-strings

### Removed
- `mock` no longer listed as a test dependency. Only built-in `unittest.mock` is actually used.

## [2.24.1] - 2024-11-11

### Changed
- replaced %s strings with f-strings

## [2.24.0] - 2024-05-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='spotipy',
version='2.24.1',
version='2.24.0',
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 67f2388

Please sign in to comment.