[Pkg-mpd-commits] [python-mpd] 260/262: bump release v0.5.5

Simon McVittie smcv at debian.org
Sun May 22 18:16:56 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 05510bb2ac6b46ca8e3adebac7d772a0130527e6
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Sun Jan 31 13:35:52 2016 +0100

    bump release v0.5.5
---
 doc/changes.rst | 3 ++-
 mpd.py          | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/changes.rst b/doc/changes.rst
index 32cd6e3..084b6a6 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,9 +1,10 @@
 python-mpd2 Changes List
 ========================
 
-Changes in v0.5.x
+Changes in v0.5.5
 -----------------
 * fix sended newlines on windows systems
+* include tests in source distribution
 
 Changes in v0.5.4
 -----------------
diff --git a/mpd.py b/mpd.py
index f4c38a5..484f99b 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,7 +21,7 @@ import socket
 import warnings
 from collections import Callable
 
-VERSION = (0, 5, 4)
+VERSION = (0, 5, 5)
 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