From ddf99b121ebfb04063d9ce63c041d9137175212c Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Mon, 7 Oct 2024 00:45:32 +0100 Subject: [PATCH] Release v5.0.0a3 --- README.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4fc78147..cc6e8f6e 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Dependencies for some platforms. **We currently require a forked version of this plugin which supports - token-based login.** This can be found `here `_. + token-based login.** This can be found `here `_. Verify the GStreamer spotify plugin is correctly installed:: @@ -88,7 +88,7 @@ Installation Install by running:: - sudo python3 -m pip install --break-system-packages Mopidy-Spotify==5.0.0a2 + sudo python3 -m pip install --break-system-packages Mopidy-Spotify==5.0.0a3 Configuration diff --git a/setup.cfg b/setup.cfg index 629e853f..357881ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Spotify -version = 5.0.0a2 +version = 5.0.0a3 url = https://github.com/mopidy/mopidy-spotify author = Stein Magnus Jodal author_email = stein.magnus@jodal.no