[Pkg-mpd-commits] [python-mpd] 246/262: bump version 0.5.4
Simon McVittie
smcv at debian.org
Sun May 22 18:16:53 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 504bcb16f09d7f556f58e5111f65ae7525163346
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date: Sat Dec 6 08:33:58 2014 +0100
bump version 0.5.4
---
mpd.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpd.py b/mpd.py
index a3b0713..56c3259 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,7 +21,7 @@ import socket
import warnings
from collections import Callable
-VERSION = (0, 5, 3)
+VERSION = (0, 5, 4)
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