diff --git a/docs/conf.py b/docs/conf.py index 2b0e4aa..2bb023c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,10 +69,6 @@ html_domain_indices = False _man_authors = ["Louis-Philippe Véronneau", author] -# Man pages, they are writter to be generated directly by `rst2man` so using -# Sphinx to build them will give weird sections, but if we ever need it it's -# there - # (source start file, name, description, authors, manual section). man_pages = [ ( diff --git a/supysonic/__init__.py b/supysonic/__init__.py index 6631fb0..bcbc9c1 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.7.1" +VERSION = "0.7.2" DESCRIPTION = "Python implementation of the Subsonic server API" AUTHOR = "Alban Féron" AUTHOR_EMAIL = "alban.feron@gmail.com"