mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
Version bump
This commit is contained in:
parent
0d55b7cab9
commit
be88f5fb78
@ -4,8 +4,8 @@ project = "Supysonic"
|
|||||||
author = "Alban Féron"
|
author = "Alban Féron"
|
||||||
copyright = "2013-2021, " + author
|
copyright = "2013-2021, " + author
|
||||||
|
|
||||||
version = "0.6.2"
|
version = "0.6.3"
|
||||||
release = "0.6.2"
|
release = "0.6.3"
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Distributed under terms of the GNU AGPLv3 license.
|
# Distributed under terms of the GNU AGPLv3 license.
|
||||||
|
|
||||||
NAME = "supysonic"
|
NAME = "supysonic"
|
||||||
VERSION = "0.6.2"
|
VERSION = "0.6.3"
|
||||||
DESCRIPTION = "Python implementation of the Subsonic server API."
|
DESCRIPTION = "Python implementation of the Subsonic server API."
|
||||||
KEYWORDS = "subsonic music api"
|
KEYWORDS = "subsonic music api"
|
||||||
AUTHOR_NAME = "Alban Féron"
|
AUTHOR_NAME = "Alban Féron"
|
||||||
@ -20,6 +20,7 @@ Current supported features are:
|
|||||||
* streaming of various audio file formats
|
* streaming of various audio file formats
|
||||||
* transcoding
|
* transcoding
|
||||||
* user or random playlists
|
* 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
|
* starred tracks/albums and ratings
|
||||||
* Last.FM scrobbling"""
|
* Last.FM scrobbling
|
||||||
|
* Jukebox mode"""
|
||||||
|
Loading…
Reference in New Issue
Block a user