[Pkg-mpd-commits] [python-mpd] 150/262: Increment version number to 0.4.4

Simon McVittie smcv at debian.org
Sun May 22 18:16:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 4e0ce5c7f9f54339579ee1a65fb8750b6d1a20e7
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Sun Nov 18 10:17:16 2012 +0100

    Increment version number to 0.4.4
---
 CHANGES.txt | 7 +++++++
 setup.py    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 33e92cd..087cc40 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,13 @@
 python-mpd2 Changes List
 ========================
 
+Changes in 0.4.4
+----------------
+
+* fix cleanup after broken connection
+* deprecate timeout parameter added in v0.4.2
+* add timeout and idletimeout property
+
 Changes in 0.4.3
 ----------------
 
diff --git a/setup.py b/setup.py
index 295b910..0b0d3ba 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ along with python-mpd2.  If not, see <http://www.gnu.org/licenses/>.\
 
 setup(
     name="python-mpd2",
-    version="0.4.3",
+    version="0.4.4",
     description="A Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Thalheim",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list