Skip to content

Commit

Permalink
Prepare release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jul 4, 2024
1 parent fbe83e3 commit b504b7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

Release notes
=============
Unreleased
-----------
5.5.0 (2024-07-04)
------------------
Fixed
*****
- Add `ugc_image_upload` to required scopes of
:meth:`SpotifyPlaylistModify.playlist_cover_image_upload`
:meth:`SpotifyPlaylistModify.playlist_cover_image_upload` (:issue:`334`)
- Make ``available_markets`` of :class:`Show <model.Show>`,
:class:`LocalAlbum <model.LocalAlbum>` and
:class:`LocalTrack <model.LocalTrack>` optional (:issue:`323`)
Expand All @@ -17,7 +17,7 @@ Added
*****
- Add ``open_browser`` option to
:meth:`prompt_for_user_token <prompt_for_user_token>` and
:meth:`prompt_for_pkce_token <prompt_for_pkce_token>`
:meth:`prompt_for_pkce_token <prompt_for_pkce_token>` (:issue:`335`)

5.4.0 (2024-02-27)
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/tekore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
Unauthorised,
)

__version__ = "5.4.0"
__version__ = "5.5.0"

# Change the module of classes to hide module structure
# and fix Sphinx base class links
Expand Down

0 comments on commit b504b7c

Please sign in to comment.