]> kaliko git repositories - mpd-sima.git/commitdiff
Bump version
authorkaliko <kaliko@azylum.org>
Mon, 20 Feb 2017 10:42:51 +0000 (11:42 +0100)
committerkaliko <kaliko@azylum.org>
Mon, 20 Feb 2017 10:42:51 +0000 (11:42 +0100)
data/man/info.xml
data/man/mpd-sima.1
data/man/mpd_sima.cfg.5
data/man/simadb_cli.1
doc/Changelog
setup.py
sima/info.py

index 7f08486e92b57586d25f28afc4447ff2ffceac02..0579882ba8e77d8ed1aaea471e77ce3518cab5ec 100644 (file)
@@ -5,7 +5,7 @@
   <!ENTITY dhemail     "kaliko@azylum.org">
   <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
   <!ENTITY dhpackage "mpd-sima">
-  <!ENTITY release   "0.14.3">
+  <!ENTITY release   "0.14.4">
   <!-- TITLE should be something like "User commands" or similar (see
        http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
   <!ENTITY dhtitle     "&dhpackage; &release; User Manual">
index 8b9305d0feaee8f71348adc22bf0ee915c6b64ea..a03582286d7e7e54c97095d14b2875aed1d6de04 100644 (file)
@@ -3,11 +3,11 @@
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
 .\"      Date: 02/12/2017
-.\"    Manual: mpd-sima 0.14.3 User Manual
+.\"    Manual: mpd-sima 0.14.4 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD\-SIMA" "1" "02/12/2017" "mpd-sima" "mpd-sima 0.14.3 User Manual"
+.TH "MPD\-SIMA" "1" "02/12/2017" "mpd-sima" "mpd-sima 0.14.4 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index fb7ae4295812738bc08e6560dd0d177517aab5a0..56067e72cf39eb2cfd2854d81680c857122074aa 100644 (file)
@@ -3,11 +3,11 @@
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
 .\"      Date: 02/12/2017
-.\"    Manual: mpd-sima 0.14.3 User Manual
+.\"    Manual: mpd-sima 0.14.4 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD_SIMA\&.CFG" "5" "02/12/2017" "mpd-sima" "mpd-sima 0.14.3 User Manual"
+.TH "MPD_SIMA\&.CFG" "5" "02/12/2017" "mpd-sima" "mpd-sima 0.14.4 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 9297189b6f3d30a4e05fb6bb017fa981f5fdb481..2edb1736a5be81d82475a6ba48c93ead878c8f2e 100644 (file)
@@ -3,11 +3,11 @@
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
 .\"      Date: 02/12/2017
-.\"    Manual: mpd-sima 0.14.3 User Manual
+.\"    Manual: mpd-sima 0.14.4 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "SIMADB_CLI" "1" "02/12/2017" "mpd-sima" "mpd-sima 0.14.3 User Manual"
+.TH "SIMADB_CLI" "1" "02/12/2017" "mpd-sima" "mpd-sima 0.14.4 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 1733a52670188f05565602da135b431604a1c735..974bdb46ca367af2f0d72cb5176f5ae385d49263 100644 (file)
@@ -1,3 +1,9 @@
+MPD_sima v0.14.4
+
+ * …
+
+-- kaliko jack <kaliko@azylum.org> UNRELEASED
+
 MPD_sima v0.14.3
 
  * This release in only intended to get rid of 0.14.2 source tarball.
index e11f28ec5a9f0c43c83e53393d5be967c2c40ec5..8241a4b907d5d36ca54909af3f097808d9a384c1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ classifiers = [
         "Programming Language :: Python :: 3.2",
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
+        "Programming Language :: Python :: 3.5",
         ]
 
 setup(name='MPD_sima',
index f6c6b4e1ef7da7d280ac1221d9b7ce277a5741d2..54a5f656377e178139fa59ad497be45e85d94ea9 100644 (file)
@@ -12,7 +12,7 @@ short.
 """
 
 
-__version__ = '0.14.3'
+__version__ = '0.14.4'
 __author__ = 'kaliko jack'
 __email__ = 'kaliko@azylum.org'
 __url__ = 'git://git.kaliko.me/sima.git'