1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Version bump

This commit is contained in:
Alban Féron 2021-01-30 15:04:33 +01:00
parent 0d55b7cab9
commit be88f5fb78
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165
2 changed files with 6 additions and 5 deletions

View File

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

View File

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