From b504b7ca726fa3f5fd11914266287048f4675fb2 Mon Sep 17 00:00:00 2001 From: felix-hilden Date: Thu, 4 Jul 2024 20:05:46 +0300 Subject: [PATCH] Prepare release 5.5.0 --- docs/src/release_notes.rst | 8 ++++---- src/tekore/__init__.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/release_notes.rst b/docs/src/release_notes.rst index 142ab02..3a210ee 100644 --- a/docs/src/release_notes.rst +++ b/docs/src/release_notes.rst @@ -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 `, :class:`LocalAlbum ` and :class:`LocalTrack ` optional (:issue:`323`) @@ -17,7 +17,7 @@ Added ***** - Add ``open_browser`` option to :meth:`prompt_for_user_token ` and - :meth:`prompt_for_pkce_token ` + :meth:`prompt_for_pkce_token ` (:issue:`335`) 5.4.0 (2024-02-27) ------------------ diff --git a/src/tekore/__init__.py b/src/tekore/__init__.py index 47e33d5..3c0a097 100644 --- a/src/tekore/__init__.py +++ b/src/tekore/__init__.py @@ -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