From: kaliko Date: Tue, 16 Nov 2021 15:57:23 +0000 (+0100) Subject: Releasing 0.18.0 X-Git-Tag: 0.18.0 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=refs%2Ftags%2F0.18.0;p=mpd-sima.git Releasing 0.18.0 --- diff --git a/data/man/info.xml b/data/man/info.xml index e5afb2c..55ecb8a 100644 --- a/data/man/info.xml +++ b/data/man/info.xml @@ -5,7 +5,7 @@ - + diff --git a/data/man/mpd-sima.1 b/data/man/mpd-sima.1 index 8ebe6ad..8e1b63d 100644 --- a/data/man/mpd-sima.1 +++ b/data/man/mpd-sima.1 @@ -2,12 +2,12 @@ .\" Title: mpd-sima .\" Author: kaliko .\" Generator: DocBook XSL Stylesheets v1.79.2 -.\" Date: 05/09/2021 -.\" Manual: mpd-sima 0.18.0.dev0 User Manual +.\" Date: 11/16/2021 +.\" Manual: mpd-sima 0.18.0 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "MPD\-SIMA" "1" "05/09/2021" "mpd-sima" "mpd-sima 0.18.0.dev0 User Manu" +.TH "MPD\-SIMA" "1" "11/16/2021" "mpd-sima" "mpd-sima 0.18.0 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/data/man/mpd_sima.cfg.5 b/data/man/mpd_sima.cfg.5 index 02055bb..4816acd 100644 --- a/data/man/mpd_sima.cfg.5 +++ b/data/man/mpd_sima.cfg.5 @@ -2,12 +2,12 @@ .\" Title: mpd_sima.cfg .\" Author: kaliko .\" Generator: DocBook XSL Stylesheets v1.79.2 -.\" Date: 11/14/2021 -.\" Manual: mpd-sima 0.18.0.dev0 User Manual +.\" Date: 11/16/2021 +.\" Manual: mpd-sima 0.18.0 User Manual .\" Source: mpd-sima .\" Language: English .\" -.TH "MPD_SIMA\&.CFG" "5" "11/14/2021" "mpd-sima" "mpd-sima 0.18.0.dev0 User Manu" +.TH "MPD_SIMA\&.CFG" "5" "11/16/2021" "mpd-sima" "mpd-sima 0.18.0 User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/doc/Changelog b/doc/Changelog index 2639ee6..6f2b61a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,10 +1,10 @@ -MPD_sima v0.18.0.dev1 +MPD_sima v0.18.0 * New database, no migration done from old database ! A backup is done in "${XDG_DATA_HOME}/mpd_sima/" Play history and blocklist are forgotten then. * Blocklist is now handled with mpd-sima command arguments, - simadb_cli executable is removed. + simadb_cli executable is removed. * Removed obsolete --create-db and --generate-config options * Fixed crash when setting XDG_CONFIG_HOME (closes #50) * Add abstract unix socket support for MPD connection @@ -12,7 +12,7 @@ MPD_sima v0.18.0.dev1 * Need at least python-musicpd 0.7.0. Abstract socket in v0.6.0 and socket timeout in v0.7.0 - -- kaliko Wed, 28 Apr 2021 17:21:39 +0200 + -- kaliko Tue, 16 Nov 2021 16:02:37 +0100 MPD_sima v0.17.0 diff --git a/sima/info.py b/sima/info.py index 799244b..a344827 100644 --- a/sima/info.py +++ b/sima/info.py @@ -12,7 +12,7 @@ short. """ -__version__ = '0.18.0.dev2' +__version__ = '0.18.0' __author__ = 'kaliko' __email__ = 'kaliko@azylum.org' __url__ = 'git://git.kaliko.me/sima.git'