[Pkg-mpd-commits] [python-mpd] 196/262: bump release 0.5.1

Simon McVittie smcv at debian.org
Sun May 22 18:16:46 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 f8d5946743000d314f9db29e5474c87b253d320a
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Thu Mar 21 20:45:53 2013 +0100

    bump release 0.5.1
---
 CHANGES.rst | 4 ++++
 README.rst  | 1 +
 mpd.py      | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 92b7992..2cd2e37 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,10 @@
 python-mpd2 Changes List
 ========================
 
+Changes in v0.5.1
+-----------------
+* add support for ranges
+
 Changes in 0.5.0
 ----------------
 * improved support for sticker
diff --git a/README.rst b/README.rst
index bec3194..0188204 100644
--- a/README.rst
+++ b/README.rst
@@ -182,6 +182,7 @@ by using two element tuple::
      'file: song3.mp3',]
 
 Second element can be omitted. MPD will assumes the biggest possible number then (don't forget the comma!)::
+NOTE: mpd versions between 0.16.8 and 0.17.3 contains a bug, so ommiting doesn't work.
 
     >>> client.delete((1,))     # delete all songs, but the first.
 
diff --git a/mpd.py b/mpd.py
index 7a9a028..a7fd522 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,7 +21,7 @@ import socket
 import warnings
 from collections import Callable
 
-VERSION = (0, 5, 0)
+VERSION = (0, 5, 1)
 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