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"""