[Pkg-mpd-commits] [python-mpd] 174/262: Add version number to module

Simon McVittie smcv at debian.org
Sun May 22 18:16:43 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 f289e420f1707c959f7bc63163032e9f7c3ead95
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Fri Dec 28 12:59:51 2012 +0100

    Add version number to module
    
    fix #19
---
 mpd.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mpd.py b/mpd.py
index 8a1d09e..a450c84 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,6 +21,7 @@ import socket
 import warnings
 from collections import Callable
 
+VERSION = (0, 4, 6)
 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