[Pkg-mpd-commits] [python-mpd] 227/262: bump version

Simon McVittie smcv at debian.org
Sun May 22 18:16:50 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 cfeb3b51f4d0de12ea993a88c6236c3a862099dc
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Tue Jan 28 14:49:10 2014 +0100

    bump version
---
 doc/changes.rst | 4 ++++
 mpd.py          | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/changes.rst b/doc/changes.rst
index 9ed5960..f8aecb5 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,6 +1,10 @@
 python-mpd2 Changes List
 ========================
 
+Changes in v0.5.3
+-----------------
+* noidle command does returns pending changes now
+
 Changes in v0.5.2
 -----------------
 * add support for readcomments and toggleoutput
diff --git a/mpd.py b/mpd.py
index 43f3c5a..94462af 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,7 +21,7 @@ import socket
 import warnings
 from collections import Callable
 
-VERSION = (0, 5, 2)
+VERSION = (0, 5, 3)
 HELLO_PREFIX = "OK MPD "
 ERROR_PREFIX = "ACK "
 SUCCESS = "OK"

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