From be88f5fb78c9af9274e9321867f548a250de4f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sat, 30 Jan 2021 15:04:33 +0100 Subject: [PATCH] Version bump --- docs/conf.py | 4 ++-- supysonic/__init__.py | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index cf43a4b..1f7e81f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,8 @@ project = "Supysonic" author = "Alban Féron" copyright = "2013-2021, " + author -version = "0.6.2" -release = "0.6.2" +version = "0.6.3" +release = "0.6.3" # -- General configuration --------------------------------------------------- diff --git a/supysonic/__init__.py b/supysonic/__init__.py index ff1aa2c..6904647 100644 --- a/supysonic/__init__.py +++ b/supysonic/__init__.py @@ -7,7 +7,7 @@ # Distributed under terms of the GNU AGPLv3 license. NAME = "supysonic" -VERSION = "0.6.2" +VERSION = "0.6.3" DESCRIPTION = "Python implementation of the Subsonic server API." KEYWORDS = "subsonic music api" AUTHOR_NAME = "Alban Féron" @@ -20,6 +20,7 @@ Current supported features are: * streaming of various audio file formats * transcoding * user or random playlists -* cover arts (cover.jpg files in the same folder as music files) +* cover art (cover.jpg files in the same folder as music files) * starred tracks/albums and ratings -* Last.FM scrobbling""" +* Last.FM scrobbling +* Jukebox mode"""