mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-22 08:56:17 +00:00
Version bump
This commit is contained in:
parent
0d55b7cab9
commit
be88f5fb78
@ -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 ---------------------------------------------------
|
||||
|
@ -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"""
|
||||
|
Loading…
Reference in New Issue
Block a user